Changeset 13395
- Timestamp:
- 03/27/2024 10:20:11 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-topic.php
r11319 r13395 236 236 </div> 237 237 238 <?php else : ?>238 <?php elseif ( is_user_logged_in() ) : ?> 239 239 240 240 <div id="no-topic-<?php bbp_topic_id(); ?>" class="bbp-no-topic"> 241 241 <div class="bbp-template-notice"> 242 <?php if ( is_user_logged_in() ) : ?> 243 <p><?php _e( 'You cannot create new topics at this time.', 'wporg-forums' ); ?></p> 244 <?php else : ?> 245 <p><?php printf( __( 'You must be <a href="%s">logged in</a> to create new topics.', 'wporg-forums' ), wp_login_url() ); ?></p> 246 <?php endif; ?> 242 <p><?php _e( 'You cannot create new topics at this time.', 'wporg-forums' ); ?></p> 247 243 </div> 248 244 </div>
Note: See TracChangeset
for help on using the changeset viewer.