Changeset 5563 for trunk/src/templates/default/bbpress/form-forum.php
- Timestamp:
- 11/11/2014 05:25:09 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/form-forum.php
r5561 r5563 45 45 46 46 <div class="bbp-template-notice"> 47 <p><?php _e( 'This forum is closed to new content, however your account still allows you to do so.', 'bbpress' ); ?></p> 47 <ul> 48 <li><?php _e( 'This forum is closed to new content, however your account still allows you to do so.', 'bbpress' ); ?></li> 49 </ul> 48 50 </div> 49 51 … … 53 55 54 56 <div class="bbp-template-notice"> 55 <p><?php _e( 'Your account has the ability to post unrestricted HTML content.', 'bbpress' ); ?></p> 57 <ul> 58 <li><?php _e( 'Your account has the ability to post unrestricted HTML content.', 'bbpress' ); ?></li> 59 </ul> 56 60 </div> 57 61 … … 159 163 <div id="no-forum-<?php bbp_forum_id(); ?>" class="bbp-no-forum"> 160 164 <div class="bbp-template-notice"> 161 <p><?php printf( __( 'The forum ‘%s’ is closed to new content.', 'bbpress' ), bbp_get_forum_title() ); ?></p> 165 <ul> 166 <li><?php printf( __( 'The forum ‘%s’ is closed to new content.', 'bbpress' ), bbp_get_forum_title() ); ?></li> 167 </ul> 162 168 </div> 163 169 </div> … … 167 173 <div id="no-forum-<?php bbp_forum_id(); ?>" class="bbp-no-forum"> 168 174 <div class="bbp-template-notice"> 169 <p><?php is_user_logged_in() ? _e( 'You cannot create new forums.', 'bbpress' ) : _e( 'You must be logged in to create new forums.', 'bbpress' ); ?></p> 175 <ul> 176 <li><?php is_user_logged_in() ? _e( 'You cannot create new forums.', 'bbpress' ) : _e( 'You must be logged in to create new forums.', 'bbpress' ); ?></li> 177 </ul> 170 178 </div> 171 179 </div> … … 177 185 </div> 178 186 179 <?php endif; ?>187 <?php endif;
Note: See TracChangeset
for help on using the changeset viewer.