Ticket #24682: 24682.2.patch
File 24682.2.patch, 526 bytes (added by , 12 years ago) |
---|
-
wp-admin/revision.php
60 60 61 61 $post_title = '<a href="' . get_edit_post_link() . '">' . get_the_title() . '</a>'; 62 62 $h2 = sprintf( __( 'Compare Revisions of “%1$s”' ), $post_title ); 63 $h2 .= sprintf( '<a href="%1$s" class="add-new-h2">%2$s</a>', get_edit_post_link(), __( 'Go Back' ) ); 63 64 $title = __( 'Revisions' ); 64 65 65 66 $redirect = false;