Changeset 6141 for trunk/src/templates/default/bbpress/form-topic-merge.php
- Timestamp:
- 12/08/2016 04:14:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/form-topic-merge.php
r5770 r6141 112 112 <div id="no-topic-<?php bbp_topic_id(); ?>" class="bbp-no-topic"> 113 113 <div class="entry-content"><?php is_user_logged_in() 114 ? esc_html_e( 'You do not have the permissions to edit this topic!', 'bbpress' )115 : esc_html_e( 'You cannot edit this topic.', 114 ? esc_html_e( 'You do not have permission to edit this topic.', 'bbpress' ) 115 : esc_html_e( 'You cannot edit this topic.', 'bbpress' ); 116 116 ?></div> 117 117 </div>
Note: See TracChangeset
for help on using the changeset viewer.