Changeset 24840
- Timestamp:
- 07/29/2013 01:00:59 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r24799 r24840 1255 1255 <div class="post-locked-message"> 1256 1256 <div class="post-locked-avatar"><?php echo get_avatar( $user->ID, 64 ); ?></div> 1257 <p class="currently-editing wp-tab-first" tabindex="0"><?php e sc_html_e( sprintf( __( 'This content is currently locked. If you take over, %s will be blocked from continuing to edit.' ), $user->display_name ) ); ?></p>1257 <p class="currently-editing wp-tab-first" tabindex="0"><?php echo esc_html( sprintf( __( 'This content is currently locked. If you take over, %s will be blocked from continuing to edit.' ), $user->display_name ) ); ?></p> 1258 1258 <?php do_action( 'post_lock_text', $post ); ?> 1259 1259 <p>
Note: See TracChangeset
for help on using the changeset viewer.