mirror of
git://develop.git.wordpress.org/
synced 2025-03-22 04:49:49 +01:00
WordPress Core is not really custom and does not reference "custom post type" in its function naming. This commit renames 2 public static methods: * `WP_Theme_JSON_Resolver::get_user_custom_post_type_id()` renamed to `WP_Theme_JSON_Resolver::get_user_global_styles_post_id()`. * `WP_Theme_JSON_Resolver::get_user_data_from_custom_post_type()` renamed to `WP_Theme_JSON_Resolver:: get_user_data_from_wp_global_styles()`. Follow-up to [52049], [52051], [52069], [52232], [52275], [52364]. Props antonvlasenko, bernhard-reiter, costdev, desrosj, hellofromTonya, noisysocks, oandregal, SergeyBiryukov. Fixes #54517. git-svn-id: https://develop.svn.wordpress.org/trunk@52372 602fd350-edb4-49c9-b593-d223f7449a82