- Timestamp:
- 05/22/2011 08:51:02 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/bbpress/form-topic.php
r3127 r3202 141 141 142 142 <div id="no-topic-<?php bbp_topic_id(); ?>" class="bbp-no-topic"> 143 <h2 class="entry-title"><?php _e( 'Sorry!', 'bbpress' ); ?></h2>144 143 <div class="bbp-template-notice"> 145 144 <p><?php _e( 'This forum is closed to new topics.', 'bbpress' ); ?></p> … … 152 151 153 152 <div id="no-topic-<?php bbp_topic_id(); ?>" class="bbp-no-topic"> 154 <h2 class="entry-title"><?php _e( 'Sorry!', 'bbpress' ); ?></h2>155 153 <div class="bbp-template-notice"> 156 154 <p><?php is_user_logged_in() ? _e( 'You cannot create new topics at this time.', 'bbpress' ) : _e( 'You must be logged in to create new topics.', 'bbpress' ); ?></p> … … 158 156 </div> 159 157 160 161 158 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.