Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/04/2017 01:47:37 AM (8 years ago)
Author:
netweb
Message:

General: Improve verbiage for closed forum and closed topic template notices.

This changeset also adds a template notice to the reply form noting that the forum you're posting to is closed to new content.

Props @SergeyBiryukov.
Fixes #3076.
See also #2353-meta.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/bbpress/form-forum.php

    r6258 r6361  
    5050                    <div class="bbp-template-notice">
    5151                        <ul>
    52                             <li><?php esc_html_e( 'This forum is closed to new content, however your account still allows you to do so.', 'bbpress' ); ?></li>
     52                            <li><?php esc_html_e( 'This forum is closed to new content, however your posting capabilities still allow you to post.', 'bbpress' ); ?></li>
    5353                        </ul>
    5454                    </div>
Note: See TracChangeset for help on using the changeset viewer.