Changeset 24884
- Timestamp:
- 07/29/2013 07:40:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r24883 r24884 1263 1263 <div class="post-locked-avatar"><?php echo get_avatar( $user->ID, 64 ); ?></div> 1264 1264 <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> 1265 <?php do_action( 'post_lock _text', $post ); ?>1265 <?php do_action( 'post_locked_dialog', $post ); ?> 1266 1266 <p> 1267 1267 <a class="button" href="<?php echo esc_url( $sendback ); ?>"><?php echo $sendback_text; ?></a> … … 1291 1291 <span class="locked-saved hidden"><?php _e('Your latest changes were saved as a revision.'); ?></span> 1292 1292 </p> 1293 <?php do_action( ' lock_taken_over_dialog', $post ); ?>1293 <?php do_action( 'post_lock_lost_dialog', $post ); ?> 1294 1294 <p><a class="button button-primary wp-tab-last" href="<?php echo esc_url( $sendback ); ?>"><?php echo $sendback_text; ?></a></p> 1295 1295 </div>
Note: See TracChangeset
for help on using the changeset viewer.