Make WordPress Core

Changeset 37009


Ignore:
Timestamp:
03/16/2016 04:23:46 PM (9 years ago)
Author:
DrewAPicture
Message:

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

See #27355. See #35986.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-customize-partial.php

    r36801 r37009  
    11<?php
    22/**
    3  * WordPress Customize Partial class
     3 * Customize API: WP_Customize_Partial class
    44 *
    55 * @package WordPress
     
    99
    1010/**
    11  * Customize Partial class.
     11 * Core Customizer class for implementing selective refresh partials.
    1212 *
    1313 * Representation of a rendered region in the previewed page that gets
Note: See TracChangeset for help on using the changeset viewer.