Make WordPress Core

Changeset 31541


Ignore:
Timestamp:
02/25/2015 08:08:48 AM (9 years ago)
Author:
DrewAPicture
Message:

Add a missing file header to wp-includes/class-wp-customize-panel.php, separate out the class DocBlock for WP_Customize_Panel.

See #31446.

File:
1 edited

Legend:

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

    r31471 r31541  
    11<?php
    22/**
    3  * Customize Panel Class.
    4  *
    5  * A UI container for sections, managed by the WP_Customize_Manager.
     3 * WordPress Customize Panel classes
    64 *
    75 * @package WordPress
    86 * @subpackage Customize
    97 * @since 4.0.0
     8 */
     9
     10/**
     11 * Customize Panel class.
     12 *
     13 * A UI container for sections, managed by the WP_Customize_Manager.
     14 *
     15 * @since 4.0.0
     16 *
     17 * @see WP_Customize_Manager
    1018 */
    1119class WP_Customize_Panel {
Note: See TracChangeset for help on using the changeset viewer.