wp/wp-includes/customize/class-wp-customize-themes-panel.php
changeset 19 3d72ae0968f4
parent 16 a86126ab1dd4
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
    25 	public $type = 'themes';
    25 	public $type = 'themes';
    26 
    26 
    27 	/**
    27 	/**
    28 	 * An Underscore (JS) template for rendering this panel's container.
    28 	 * An Underscore (JS) template for rendering this panel's container.
    29 	 *
    29 	 *
    30 	 * The themes panel renders a custom panel heading with the current theme and a switch themes button.
    30 	 * The themes panel renders a custom panel heading with the active theme and a switch themes button.
    31 	 *
    31 	 *
    32 	 * @see WP_Customize_Panel::print_template()
    32 	 * @see WP_Customize_Panel::print_template()
    33 	 *
    33 	 *
    34 	 * @since 4.9.0
    34 	 * @since 4.9.0
    35 	 */
    35 	 */