Make WordPress Core

Changeset 32033


Ignore:
Timestamp:
04/05/2015 03:09:30 PM (10 years ago)
Author:
DrewAPicture
Message:

Document the $theme property in WP_Customize_Themes_Section.

Also adds a missing @access tag to the DocBlock for WP_Customize_Themes_Section->render().

See [31533]. See #31888.

File:
1 edited

Legend:

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

    r31975 r32033  
    331331class WP_Customize_Themes_Section extends WP_Customize_Section {
    332332
     333    /**
     334     * Customize section type.
     335     *
     336     * @since 4.2.0
     337     * @access public
     338     * @var string
     339     */
    333340    public $type = 'themes';
    334341
     
    337344     *
    338345     * @since 4.2.0
     346     * @access protected
    339347     */
    340348    protected function render() {
Note: See TracChangeset for help on using the changeset viewer.