mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-20 19:56:49 +01:00
Docs: Correct @since versions, remove duplicate comment.
Coding Standards: Fix WPCS issues in `tests/formatting/SanitizeFileName.php`. Follow-up to [47633], [47638]. Merges [47663], [47664] to the 5.4 branch. Built from https://develop.svn.wordpress.org/branches/5.4@47665 git-svn-id: http://core.svn.wordpress.org/branches/5.4@47442 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
aaf7e6038d
commit
0a600440f2
|
|
@ -2922,12 +2922,6 @@ final class WP_Customize_Manager {
|
|||
$this->store_changeset_revision = $allow_revision;
|
||||
add_filter( 'wp_save_post_revision_post_has_changed', array( $this, '_filter_revision_post_has_changed' ), 5, 3 );
|
||||
|
||||
/*
|
||||
* Update the changeset post. The publish_customize_changeset action
|
||||
* will cause the settings in the changeset to be saved via
|
||||
* WP_Customize_Setting::save().
|
||||
*/
|
||||
|
||||
/*
|
||||
* Update the changeset post. The publish_customize_changeset action will cause the settings in the
|
||||
* changeset to be saved via WP_Customize_Setting::save(). Updating a post with publish status will
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.4.1-RC1-47643';
|
||||
$wp_version = '5.4.1-RC1-47665';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user