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

See #27355. See #35986.


git-svn-id: https://develop.svn.wordpress.org/trunk@37009 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-03-16 16:23:46 +00:00
parent 65277b77b6
commit c50b76ea08
1 changed files with 2 additions and 2 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.