Changeset 23733 for trunk/wp-admin/includes/post.php
- Timestamp:
- 03/16/2013 08:46:37 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r23725 r23733 1231 1231 <div class="post-locked-message"> 1232 1232 <div class="post-locked-avatar"><?php echo get_avatar( $user->ID, 64 ); ?></div> 1233 <p ><?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>1233 <p class="currently-editing" 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> 1234 1234 <p> 1235 1235 <a class="button" href="<?php echo esc_url( wp_get_referer() ); ?>"><?php _e('Go back'); ?></a> … … 1252 1252 <div class="post-taken-over"> 1253 1253 <div class="post-locked-avatar"></div> 1254 <p class="currently-editing" ></p>1254 <p class="currently-editing" tabindex="0"></p> 1255 1255 <p><a class="button button-primary" href="<?php echo esc_url( admin_url('edit.php') ); ?>"><?php _e('Go to All Posts'); ?></a></p> 1256 1256 </div>
Note: See TracChangeset
for help on using the changeset viewer.