Changeset 28509 for trunk/src/wp-includes/class-wp-customize-control.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-control.php
r28170 r28509 88 88 * @param array $args 89 89 */ 90 function __construct( $manager, $id, $args = array() ) {90 public function __construct( $manager, $id, $args = array() ) { 91 91 $keys = array_keys( get_object_vars( $this ) ); 92 92 foreach ( $keys as $key ) {
Note: See TracChangeset
for help on using the changeset viewer.