mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 03:34:33 +00:00
Docs: Update various DocBlocks and inline comments per the documentation standards.
Includes minor formatting edits for consistency. Follow-up to [53/tests], [12179], [12946], [35288], [37884], [38810], [38928], [46596], [48131], [52955], [53548], [53813], [53873], [54118], [54316], [54420], [54421], [54803]. See #56792. git-svn-id: https://develop.svn.wordpress.org/trunk@54855 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3567,7 +3567,7 @@ function _wp_customize_publish_changeset( $new_status, $old_status, $changeset_p
|
||||
remove_action( 'customize_register', array( $wp_customize, 'register_controls' ) );
|
||||
$wp_customize->register_controls();
|
||||
|
||||
/** This filter is documented in /wp-includes/class-wp-customize-manager.php */
|
||||
/** This filter is documented in wp-includes/class-wp-customize-manager.php */
|
||||
do_action( 'customize_register', $wp_customize );
|
||||
}
|
||||
$wp_customize->_publish_changeset_values( $changeset_post->ID );
|
||||
|
||||
Reference in New Issue
Block a user