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