Changeset 5563 for trunk/src/templates/default/bbpress/form-topic.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-topic.php
r5561 r5563 54 54 55 55 <div class="bbp-template-notice"> 56 <p><?php _e( 'This forum is marked as closed to new topics, however your posting capabilities still allow you to do so.', 'bbpress' ); ?></p> 56 <ul> 57 <li><?php _e( 'This forum is marked as closed to new topics, however your posting capabilities still allow you to do so.', 'bbpress' ); ?></li> 58 </ul> 57 59 </div> 58 60 … … 62 64 63 65 <div class="bbp-template-notice"> 64 <p><?php _e( 'Your account has the ability to post unrestricted HTML content.', 'bbpress' ); ?></p> 66 <ul> 67 <li><?php _e( 'Your account has the ability to post unrestricted HTML content.', 'bbpress' ); ?></li> 68 </ul> 65 69 </div> 66 70 … … 227 231 <div id="forum-closed-<?php bbp_forum_id(); ?>" class="bbp-forum-closed"> 228 232 <div class="bbp-template-notice"> 229 <p><?php printf( __( 'The forum ‘%s’ is closed to new topics and replies.', 'bbpress' ), bbp_get_forum_title() ); ?></p> 233 <ul> 234 <li><?php printf( __( 'The forum ‘%s’ is closed to new topics and replies.', 'bbpress' ), bbp_get_forum_title() ); ?></li> 235 </ul> 230 236 </div> 231 237 </div> … … 235 241 <div id="no-topic-<?php bbp_forum_id(); ?>" class="bbp-no-topic"> 236 242 <div class="bbp-template-notice"> 237 <p><?php is_user_logged_in() ? _e( 'You cannot create new topics.', 'bbpress' ) : _e( 'You must be logged in to create new topics.', 'bbpress' ); ?></p> 243 <ul> 244 <li><?php is_user_logged_in() ? _e( 'You cannot create new topics.', 'bbpress' ) : _e( 'You must be logged in to create new topics.', 'bbpress' ); ?></li> 245 </ul> 238 246 </div> 239 247 </div> … … 245 253 </div> 246 254 247 <?php endif; ?>255 <?php endif;
Note: See TracChangeset
for help on using the changeset viewer.