Changeset 36776
- Timestamp:
- 02/29/2016 07:02:24 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r36772 r36776 1402 1402 public function render_control_templates() { 1403 1403 foreach ( $this->registered_control_types as $control_type ) { 1404 $control = new $control_type( $this, 'temp', array() ); 1404 $control = new $control_type( $this, 'temp', array( 1405 'settings' => array(), 1406 ) ); 1405 1407 $control->print_template(); 1406 1408 }
Note: See TracChangeset
for help on using the changeset viewer.