Changeset 8461
- Timestamp:
- 07/26/2008 07:54:02 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r8174 r8461 174 174 </tr> 175 175 <?php endif; ?> 176 <?php if (count($_wp_admin_css_colors) > 1 ) : ?> 176 177 <tr> 177 178 <th scope="row"><?php _e('Admin Color Scheme')?></th> … … 185 186 <table class="color-palette"> 186 187 <tr> 187 <?php 188 foreach ( $color_info->colors as $html_color ): ?> 188 <?php foreach ( $color_info->colors as $html_color ): ?> 189 189 <td style="background-color: <?php echo $html_color ?>" title="<?php echo $color ?>"> </td> 190 190 <?php endforeach; ?> … … 194 194 <label for="admin_color_<?php echo $color; ?>"><?php echo $color_info->name ?></label> 195 195 </div> 196 <?php endforeach; ?>196 <?php endforeach; ?> 197 197 </fieldset></td> 198 198 </tr> 199 199 </table> 200 201 <?php 200 <?php endif; 201 202 202 if ( $is_profile_page ) { 203 203 do_action('profile_personal_options');
Note: See TracChangeset
for help on using the changeset viewer.