Changeset 20260 for trunk/wp-includes/customize-controls.php
- Timestamp:
- 03/22/2012 07:17:26 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/customize-controls.php
r20248 r20260 105 105 'control' => $setting->control, 106 106 ); 107 108 if ( $setting->visibility ) { 109 $settings['controls'][ $id ]['visibility'] = array( 110 'id' => $setting->visibility[0], 111 'value' => isset( $setting->visibility[1] ) ? $setting->visibility[1] : true, 112 ); 113 } 107 114 } 108 115
Note: See TracChangeset
for help on using the changeset viewer.