Changeset 5497 for trunk/src/templates/default/bbpress/form-topic.php
- Timestamp:
- 09/11/2014 01:57:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/form-topic.php
r5478 r5497 225 225 <?php elseif ( bbp_is_forum_closed() ) : ?> 226 226 227 <div id=" no-topic-<?php bbp_topic_id(); ?>" class="bbp-no-topic">227 <div id="forum-closed-<?php bbp_forum_id(); ?>" class="bbp-forum-closed"> 228 228 <div class="bbp-template-notice"> 229 229 <p><?php printf( __( 'The forum ‘%s’ is closed to new topics and replies.', 'bbpress' ), bbp_get_forum_title() ); ?></p> … … 233 233 <?php else : ?> 234 234 235 <div id="no-topic-<?php bbp_ topic_id(); ?>" class="bbp-no-topic">235 <div id="no-topic-<?php bbp_forum_id(); ?>" class="bbp-no-topic"> 236 236 <div class="bbp-template-notice"> 237 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>
Note: See TracChangeset
for help on using the changeset viewer.