Make WordPress Core

Ticket #24854: 24854.patch

File 24854.patch, 952 bytes (added by ocean90, 12 years ago)
  • wp-admin/includes/post.php

     
    12541254                ?>
    12551255                <div class="post-locked-message">
    12561256                <div class="post-locked-avatar"><?php echo get_avatar( $user->ID, 64 ); ?></div>
    1257                 <p class="currently-editing wp-tab-first" tabindex="0"><?php esc_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>
    12581258                <?php do_action( 'post_lock_text', $post ); ?>
    12591259                <p>
    12601260                <a class="button" href="<?php echo esc_url( $sendback ); ?>"><?php echo $sendback_text; ?></a>