Changeset 5081 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-reply.php
- Timestamp:
- 03/04/2017 03:56:40 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-reply.php
r4779 r5081 39 39 <?php endif; ?> 40 40 41 <?php if ( bbp_is_forum_closed() && ! bbp_is_reply_edit() ) : ?> 42 43 <div class="bbp-template-notice"> 44 <ul> 45 <li><?php 46 printf( 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' ), 49 bbp_get_forum_title( bbp_get_topic_forum_id() ) 50 ); 51 ?></li> 52 </ul> 53 </div> 54 55 <?php endif; ?> 56 41 57 <?php if ( current_user_can( 'unfiltered_html' ) ) : ?> 42 58
Note: See TracChangeset
for help on using the changeset viewer.