Changeset 15807 for trunk/wp-admin/themes.php
- Timestamp:
- 10/14/2010 06:37:08 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/themes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r15761 r15807 143 143 <br class="clear"/> 144 144 145 <div id="filters" <?php if ( ! isset( $tpage ) || $tpage != 'filter' ) echo ' style="display: none"' ?>>145 <div id="filters" style="display: none;"> 146 146 <?php $feature_list = get_theme_feature_list(); ?> 147 147 <div class="feature-filter"> … … 161 161 ?> 162 162 <li> 163 <input type="checkbox" name="features[<?php echo $key; ?>]" id="feature-id-<?php echo $key; ?>" value="<?php echo $key; ?>" <?php checked( i sset( $checked_features ) && in_array( $key, $checked_features ) ); ?>/>163 <input type="checkbox" name="features[<?php echo $key; ?>]" id="feature-id-<?php echo $key; ?>" value="<?php echo $key; ?>" <?php checked( in_array( $key, $wp_list_table->features ) ); ?>/> 164 164 <label for="feature-id-<?php echo $key; ?>"><?php echo $feature_name; ?></label> 165 165 </li>
Note: See TracChangeset
for help on using the changeset viewer.