Changeset 32974 for trunk/src/wp-admin/revision.php
- Timestamp:
- 06/27/2015 03:40:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/revision.php
r32116 r32974 75 75 $post_edit_link = get_edit_post_link(); 76 76 $post_title = '<a href="' . $post_edit_link . '">' . _draft_or_post_title() . '</a>'; 77 $h 2= sprintf( __( 'Compare Revisions of “%1$s”' ), $post_title );77 $h1 = sprintf( __( 'Compare Revisions of “%1$s”' ), $post_title ); 78 78 $return_to_post = '<a href="' . $post_edit_link . '">' . __( '← Return to post editor' ) . '</a>'; 79 79 $title = __( 'Revisions' ); … … 127 127 128 128 <div class="wrap"> 129 <h 2 class="long-header"><?php echo $h2; ?></h2>129 <h1 class="long-header"><?php echo $h1; ?></h1> 130 130 <?php echo $return_to_post; ?> 131 131 </div>
Note: See TracChangeset
for help on using the changeset viewer.