Changeset 32033
- Timestamp:
- 04/05/2015 03:09:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-section.php
r31975 r32033 331 331 class WP_Customize_Themes_Section extends WP_Customize_Section { 332 332 333 /** 334 * Customize section type. 335 * 336 * @since 4.2.0 337 * @access public 338 * @var string 339 */ 333 340 public $type = 'themes'; 334 341 … … 337 344 * 338 345 * @since 4.2.0 346 * @access protected 339 347 */ 340 348 protected function render() {
Note: See TracChangeset
for help on using the changeset viewer.