Changeset 28827 for trunk/src/wp-includes/class-wp-customize-section.php
- Timestamp:
- 06/24/2014 10:55:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-section.php
r28509 r28827 95 95 */ 96 96 public function __construct( $manager, $id, $args = array() ) { 97 $keys = array_keys( get_ class_vars( __CLASS__) );97 $keys = array_keys( get_object_vars( $this ) ); 98 98 foreach ( $keys as $key ) { 99 99 if ( isset( $args[ $key ] ) )
Note: See TracChangeset
for help on using the changeset viewer.