Changeset 48067 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 06/16/2020 09:05:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r47821 r48067 607 607 * 608 608 * @since 4.9.0 609 * 609 610 * @global string $pagenow 610 611 */ … … 738 739 * 739 740 * @since 4.9.0 741 * 740 742 * @see WP_Customize_Setting::preview() 741 743 * … … 750 752 * 751 753 * @since 4.9.0 754 * 752 755 * @see WP_Customize_Manager::changeset_data() 753 756 * … … 762 765 * 763 766 * @since 4.9.0 767 * 764 768 * @see WP_Customize_Manager::establish_loaded_changeset() 765 769 * … … 802 806 * 803 807 * @since 4.7.0 808 * 804 809 * @see WP_Customize_Manager::establish_loaded_changeset() 805 810 * … … 1947 1952 * 1948 1953 * @since 4.7.0 1954 * 1949 1955 * @see wp_redirect() 1950 1956 * @see WP_Customize_Manager::get_allowed_url() … … 3031 3037 * 3032 3038 * @since 4.9.0 3039 * 3040 * @see wp_trash_post() 3033 3041 * @global wpdb $wpdb WordPress database abstraction object. 3034 * @see wp_trash_post()3035 3042 * 3036 3043 * @param int|WP_Post $post The changeset post. … … 3180 3187 * 3181 3188 * @since 4.9.0 3189 * 3182 3190 * @link https://core.trac.wordpress.org/ticket/40922 3183 3191 * @see WP_Customize_Manager::save_changeset_post() … … 3408 3416 * 3409 3417 * @since 4.7.0 3418 * 3410 3419 * @see _wp_customize_publish_changeset() 3411 3420 * @global wpdb $wpdb WordPress database abstraction object.
Note: See TracChangeset
for help on using the changeset viewer.