75 | | $post_title = '<a href="' . get_edit_post_link() . '">' . _draft_or_post_title() . '</a>'; |
76 | | $h2 = sprintf( __( 'Compare Revisions of “%1$s”' ), $post_title ); |
77 | | $title = __( 'Revisions' ); |
| 75 | $post_title = '<a href="' . get_edit_post_link() . '">' . _draft_or_post_title() . '</a>'; |
| 76 | $h2 = sprintf( __( 'Compare Revisions of “%1$s”' ), $post_title ); |
| 77 | $return_to_post = '<div class="dashicons dashicons-arrow-' . ( is_rtl() ? 'right' : 'left' ) . '"></div><a href="' . get_edit_post_link() . '">' . __( 'Return to post editor' ) . '</a>'; |
| 78 | $title = __( 'Revisions' ); |