Making WordPress.org

Changeset 5082


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

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

See #bb3076.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress
Files:
2 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                                );
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-topic.php

    r5043 r5082  
    7979
    8080                    <div class="bbp-template-notice">
    81                         <p><?php _e( 'This forum is marked as closed to new topics, however your posting capabilities still allow you to do so.', 'wporg-forums' ); ?></p>
     81                        <p><?php _e( 'This forum is marked as closed to new topics, however your posting capabilities still allow you to create a topic.', 'wporg-forums' ); ?></p>
    8282                    </div>
    8383
Note: See TracChangeset for help on using the changeset viewer.