Make WordPress Core

Ticket #24682: 24682.2.patch

File 24682.2.patch, 526 bytes (added by DrewAPicture, 12 years ago)
  • wp-admin/revision.php

     
    6060
    6161        $post_title = '<a href="' . get_edit_post_link() . '">' . get_the_title() . '</a>';
    6262        $h2 = sprintf( __( 'Compare Revisions of &#8220;%1$s&#8221;' ), $post_title );
     63        $h2 .= sprintf( '<a href="%1$s" class="add-new-h2">%2$s</a>', get_edit_post_link(), __( 'Go Back' ) );
    6364        $title = __( 'Revisions' );
    6465
    6566        $redirect = false;