Make WordPress Core

Changeset 47663


Ignore:
Timestamp:
04/29/2020 05:23:21 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct @since versions, remove duplicate comment.

Follow-up to [47633].

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r47633 r47663  
    29222922        $this->store_changeset_revision = $allow_revision;
    29232923        add_filter( 'wp_save_post_revision_post_has_changed', array( $this, '_filter_revision_post_has_changed' ), 5, 3 );
    2924 
    2925         /*
    2926          * Update the changeset post. The publish_customize_changeset action
    2927          * will cause the settings in the changeset to be saved via
    2928          * WP_Customize_Setting::save().
    2929          */
    29302924
    29312925        /*
  • trunk/tests/phpunit/tests/customize/manager.php

    r47633 r47663  
    13781378     * Sanitize content with Kses if the current user is not the main admin.
    13791379     *
    1380      * @since 5.2.?
     1380     * @since 5.4.1
    13811381     *
    13821382     * @param string $content Content to sanitize.
     
    13931393     * Filter map_meta_cap to disallow unfiltered_html.
    13941394     *
    1395      * @since 5.2.?
     1395     * @since 5.4.1
    13961396     *
    13971397     * @param array  $caps User's capabilities.
Note: See TracChangeset for help on using the changeset viewer.