Ticket #2355: 2355.1.diff
File 2355.1.diff, 740 bytes (added by , 8 years ago) |
---|
-
bbpress/form-topic.php
213 213 214 214 <div id="no-topic-<?php bbp_topic_id(); ?>" class="bbp-no-topic"> 215 215 <div class="bbp-template-notice"> 216 <p><?php is_user_logged_in() ? _e( 'You cannot create new topics at this time.', 'wporg-forums' ) : _e( 'You must be logged in to create new topics.', 'wporg-forums'); ?></p>216 <p><?php echo is_user_logged_in() ? __( 'You cannot create new topics at this time.', 'wporg-forums' ) : sprintf( __( 'You must be <a href="%s">logged in</a> to create new topics.', 'wporg-forums' ), wp_login_url() ); ?></p> 217 217 </div> 218 218 </div> 219 219