Changeset 4221
- Timestamp:
- 09/16/2012 10:43:51 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bbp-theme-compat/bbpress/form-forum.php
r3734 r4221 178 178 <div id="no-forum-<?php bbp_forum_id(); ?>" class="bbp-no-forum"> 179 179 <div class="bbp-template-notice"> 180 <p><?php is_user_logged_in() ? _e( 'You cannot create new forums at this time.', 'bbpress' ) : _e( 'You must be logged in to create new forums.', 'bbpress' ); ?></p>180 <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> 181 181 </div> 182 182 </div> -
trunk/bbp-theme-compat/bbpress/form-topic.php
r4164 r4221 227 227 <div id="no-topic-<?php bbp_topic_id(); ?>" class="bbp-no-topic"> 228 228 <div class="bbp-template-notice"> 229 <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>229 <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> 230 230 </div> 231 231 </div> -
trunk/bbp-themes/bbp-twentyten/bbpress/form-forum.php
r3677 r4221 178 178 <div id="no-forum-<?php bbp_forum_id(); ?>" class="bbp-no-forum"> 179 179 <div class="bbp-template-notice"> 180 <p><?php is_user_logged_in() ? _e( 'You cannot create new forums at this time.', 'bbpress' ) : _e( 'You must be logged in to create new forums.', 'bbpress' ); ?></p>180 <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> 181 181 </div> 182 182 </div> -
trunk/bbp-themes/bbp-twentyten/bbpress/form-topic.php
r4164 r4221 227 227 <div id="no-topic-<?php bbp_topic_id(); ?>" class="bbp-no-topic"> 228 228 <div class="bbp-template-notice"> 229 <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>229 <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> 230 230 </div> 231 231 </div>
Note: See TracChangeset
for help on using the changeset viewer.