Changeset 28509 for trunk/src/wp-includes/class-wp-customize-section.php
- Timestamp:
- 05/19/2014 05:44:49 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-section.php
r27902 r28509 94 94 * @param array $args Section arguments. 95 95 */ 96 function __construct( $manager, $id, $args = array() ) {96 public function __construct( $manager, $id, $args = array() ) { 97 97 $keys = array_keys( get_class_vars( __CLASS__ ) ); 98 98 foreach ( $keys as $key ) {
Note: See TracChangeset
for help on using the changeset viewer.