Ticket #24854: 24854.patch
File 24854.patch, 952 bytes (added by , 12 years ago) |
---|
-
wp-admin/includes/post.php
1254 1254 ?> 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> 1260 1260 <a class="button" href="<?php echo esc_url( $sendback ); ?>"><?php echo $sendback_text; ?></a>