Changeset 1587
- Timestamp:
- 07/11/2008 04:32:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-includes/template-functions.php
r1586 r1587 1765 1765 </td> 1766 1766 </tr> 1767 <?php 1768 if (count($assignable_caps)) : 1769 ?> 1767 1770 <tr class="extra-caps-row"> 1768 1771 <th scope="row"><?php _e('Allow this user to'); ?></th> … … 1783 1786 1784 1787 <?php 1788 endif; 1789 1785 1790 if ( is_array($profile_admin_keys) ) : 1786 1791 foreach ( $profile_admin_keys as $key => $label ) :
Note: See TracChangeset
for help on using the changeset viewer.