Docs: Standardize the file header and class summarries for the file containing `WP_Customize_Selective_Refresh`, introduced in [36586].

See #27355. See #35986.

Built from https://develop.svn.wordpress.org/trunk@37010


git-svn-id: http://core.svn.wordpress.org/trunk@36977 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-03-16 16:29:26 +00:00
parent b23a2750aa
commit 3bdf4f1524
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* WordPress Customize Selective Refresh class * Customize API: WP_Customize_Selective_Refresh class
* *
* @package WordPress * @package WordPress
* @subpackage Customize * @subpackage Customize
@ -8,7 +8,7 @@
*/ */
/** /**
* WordPress Customize Selective Refresh class. * Core Customizer class for implementing selective refresh.
* *
* @since 4.5.0 * @since 4.5.0
*/ */

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.5-beta3-37009'; $wp_version = '4.5-beta3-37010';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.