Changeset 5720
- Timestamp:
- 06/16/2007 05:52:08 PM (17 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-admin/users.php
r5139 r5720 382 382 <th colspan="7"><h3><?php echo $wp_roles->role_names[$role]; ?></h3></th> 383 383 <?php else : ?> 384 <th colspan="7"><h3><em><?php _e('No role for this blog'); ?></ h3></th>384 <th colspan="7"><h3><em><?php _e('No role for this blog'); ?></em></h3></th> 385 385 <?php endif; ?> 386 386 </tr> -
trunk/wp-admin/users.php
r5139 r5720 382 382 <th colspan="7"><h3><?php echo $wp_roles->role_names[$role]; ?></h3></th> 383 383 <?php else : ?> 384 <th colspan="7"><h3><em><?php _e('No role for this blog'); ?></ h3></th>384 <th colspan="7"><h3><em><?php _e('No role for this blog'); ?></em></h3></th> 385 385 <?php endif; ?> 386 386 </tr>
Note: See TracChangeset
for help on using the changeset viewer.