Changeset 6141 for trunk/src/templates/default/bbpress/form-reply-move.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-reply-move.php
r5770 r6141 90 90 <div id="no-reply-<?php bbp_reply_id(); ?>" class="bbp-no-reply"> 91 91 <div class="entry-content"><?php is_user_logged_in() 92 ? esc_html_e( 'You do not have the permissions to edit this reply!', 'bbpress' )93 : esc_html_e( 'You cannot edit this reply.', 92 ? esc_html_e( 'You do not have permission to edit this reply.', 'bbpress' ) 93 : esc_html_e( 'You cannot edit this reply.', 'bbpress' ); 94 94 ?></div> 95 95 </div>
Note: See TracChangeset
for help on using the changeset viewer.