Making WordPress.org


Ignore:
Timestamp:
03/04/2017 04:02:31 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Improve verbiage for closed forum and closed topic template notices.

See #bb3076.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-reply.php

    r5081 r5082  
    3333                    <div class="bbp-template-notice">
    3434                        <ul>
    35                             <li><?php esc_html_e( 'This topic is marked as closed to new replies, however your posting capabilities still allow you to do so.', 'wporg-forums' ); ?></li>
     35                            <li><?php esc_html_e( 'This topic is marked as closed to new replies, however your posting capabilities still allow you to reply.', 'wporg-forums' ); ?></li>
    3636                        </ul>
    3737                    </div>
     
    4646                                printf(
    4747                                    /* translators: %s: forum title */
    48                                     esc_html__( 'The forum &#8216;%s&#8217; is closed to new topics and replies, however your posting capabilities still allow you to do so.', 'wporg-forums' ),
     48                                    esc_html__( 'The forum &#8216;%s&#8217; is closed to new topics and replies, however your posting capabilities still allow you to post.', 'wporg-forums' ),
    4949                                    bbp_get_forum_title( bbp_get_topic_forum_id() )
    5050                                );
Note: See TracChangeset for help on using the changeset viewer.