Changeset 5082
- Timestamp:
- 03/04/2017 04:02:31 AM (8 years ago)
- 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 33 33 <div class="bbp-template-notice"> 34 34 <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> 36 36 </ul> 37 37 </div> … … 46 46 printf( 47 47 /* translators: %s: forum title */ 48 esc_html__( 'The forum ‘%s’ is closed to new topics and replies, however your posting capabilities still allow you to do so.', 'wporg-forums' ),48 esc_html__( 'The forum ‘%s’ is closed to new topics and replies, however your posting capabilities still allow you to post.', 'wporg-forums' ), 49 49 bbp_get_forum_title( bbp_get_topic_forum_id() ) 50 50 ); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-topic.php
r5043 r5082 79 79 80 80 <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> 82 82 </div> 83 83
Note: See TracChangeset
for help on using the changeset viewer.