Changeset 28509 for trunk/src/wp-includes/class-wp-customize-setting.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-setting.php
r28319 r28509 76 76 * @return WP_Customize_Setting $setting 77 77 */ 78 function __construct( $manager, $id, $args = array() ) {78 public function __construct( $manager, $id, $args = array() ) { 79 79 $keys = array_keys( get_class_vars( __CLASS__ ) ); 80 80 foreach ( $keys as $key ) {
Note: See TracChangeset
for help on using the changeset viewer.