Ticket #24804: 24804.19.diff
File 24804.19.diff, 1.3 KB (added by , 11 years ago) |
---|
-
wp-admin/revision.php
95 95 $revisions_overview .= '<p>' . __( 'Revisions are saved copies of your post or page, which are periodically created as you update your content. The red text on the left shows the content that was removed. The green text on the right shows the content that was added.' ) . '</p>'; 96 96 $revisions_overview .= '<p>' . __( 'From this screen you can review, compare, and restore revisions:' ) . '</p>'; 97 97 $revisions_overview .= '<ul><li>' . __( 'To navigate between revisions, <strong>drag the slider handle left or right</strong> or <strong>use the Previous or Next buttons</strong>.' ) . '</li>'; 98 $revisions_overview .= '<li>' . __( 'Compare two different revisions by <strong>selecting the “Compare two revisions” box</strong> to the side.' ) . '</li>';98 $revisions_overview .= '<li>' . __( 'Compare two different revisions by <strong>selecting the “Compare any two revisions” box</strong> to the side.' ) . '</li>'; 99 99 $revisions_overview .= '<li>' . __( 'To restore a revision, <strong>click Restore This Revision</strong>.' ) . '</li></ul>'; 100 100 101 101 get_current_screen()->add_help_tab( array(