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

See #27355. See #35986.

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


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

View File

@ -1,6 +1,6 @@
<?php
/**
* WordPress Customize Partial class
* Customize API: WP_Customize_Partial class
*
* @package WordPress
* @subpackage Customize
@ -8,7 +8,7 @@
*/
/**
* Customize Partial class.
* Core Customizer class for implementing selective refresh partials.
*
* Representation of a rendered region in the previewed page that gets
* selectively refreshed when an associated setting is changed.

View File

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