Ticket #24682: 24682.3.diff
File 24682.3.diff, 743 bytes (added by , 11 years ago) |
---|
-
src/wp-admin/revision.php
75 75 $post_edit_link = get_edit_post_link(); 76 76 $post_title = '<a href="' . $post_edit_link . '">' . _draft_or_post_title() . '</a>'; 77 77 $h2 = sprintf( __( 'Compare Revisions of “%1$s”' ), $post_title ); 78 $return_to_post = '<a href="' . $post_edit_link . '">' . __( '←Return to post editor' ) . '</a>';78 $return_to_post = '<a href="' . $post_edit_link . '">' . ( is_rtl() ? '→' : '← ' ) . __( 'Return to post editor' ) . '</a>'; 79 79 $title = __( 'Revisions' ); 80 80 81 81 $redirect = false;