Making WordPress.org

Ticket #2355: 2355.1.diff

File 2355.1.diff, 740 bytes (added by danielbachhuber, 8 years ago)
  • bbpress/form-topic.php

     
    213213
    214214        <div id="no-topic-<?php bbp_topic_id(); ?>" class="bbp-no-topic">
    215215                <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>
    217217                </div>
    218218        </div>
    219219