Make WordPress Core


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

Docs: Correct @since versions, remove duplicate comment.

Follow-up to [47633].

File:
1 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        /*
Note: See TracChangeset for help on using the changeset viewer.