Changeset 5563 for trunk/src/includes/users/template.php
- Timestamp:
- 11/11/2014 05:25:09 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/users/template.php
r5475 r5563 1174 1174 1175 1175 <div class="bbp-template-notice updated"> 1176 <p><?php esc_html_e( 'User updated.', 'bbpress' ); ?></p> 1176 <ul> 1177 <li><?php esc_html_e( 'User updated.', 'bbpress' ); ?></li> 1178 </ul> 1177 1179 </div> 1178 1180 … … 1199 1201 1200 1202 <div class="bbp-template-notice important"> 1201 <p><?php bbp_is_user_home() || bbp_is_user_home_edit() ? esc_html_e( 'You have super admin privileges.', 'bbpress' ) : esc_html_e( 'This user has super admin privileges.', 'bbpress' ); ?></p> 1203 <ul> 1204 <li><?php bbp_is_user_home() || bbp_is_user_home_edit() ? esc_html_e( 'You have super admin privileges.', 'bbpress' ) : esc_html_e( 'This user has super admin privileges.', 'bbpress' ); ?></li> 1205 </ul> 1202 1206 </div> 1203 1207
Note: See TracChangeset
for help on using the changeset viewer.