Changeset 13236
- Timestamp:
- 02/19/2010 10:02:43 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/user-edit.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r13106 r13236 185 185 </tr> 186 186 <?php endif; ?> 187 <?php if ( count($_wp_admin_css_colors) > 1 ) : ?>187 <?php if ( count($_wp_admin_css_colors) > 1 ) : ?> 188 188 <tr> 189 189 <th scope="row"><?php _e('Admin Color Scheme')?></th> … … 208 208 </fieldset></td> 209 209 </tr> 210 <?php if ( !( IS_PROFILE_PAGE && !$user_can_edit ) ) : ?> 210 <?php 211 endif; 212 if ( !( IS_PROFILE_PAGE && !$user_can_edit ) ) : ?> 211 213 <tr> 212 214 <th scope="row"><?php _e( 'Keyboard Shortcuts' ); ?></th> … … 214 216 </tr> 215 217 <?php 216 endif;217 218 endif; 218 219 do_action('personal_options', $profileuser);
Note: See TracChangeset
for help on using the changeset viewer.