Changeset 24219 for trunk/wp-admin/revision.php
- Timestamp:
- 05/09/2013 10:07:26 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/revision.php
r24174 r24219 93 93 $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>'; 94 94 $revisions_overview .= '<p>' . __( 'From this screen you can review, compare, and restore revisions:' ) . '</p>'; 95 $revisions_overview .= '<ul><li>' . __( 'To navigate between revisions, <strong>drag the slider arrowleft or right</strong> or <strong>use the Previous or Next buttons</strong>.' ) . '</li>';95 $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>'; 96 96 $revisions_overview .= '<li>' . __( 'Compare two different revisions by <strong>selecting the “Compare two revisions” box</strong> to the side.' ) . '</li>'; 97 97 $revisions_overview .= '<li>' . __( 'To restore a revision, <strong>click Restore This Revision</strong>.' ) . '</li></ul>'; … … 145 145 <strong><?php _ex( 'From:', 'Followed by post revision info' ); ?></strong> {{{ data.titleFrom }}} 146 146 </div> 147 <div class="clear"></div> 147 148 </div> 148 149 … … 153 154 154 155 <input type="button" id="restore-revision" class="button button-primary" data-restore-link="{{{ data.restoreLink }}}" value="<?php esc_attr_e( 'Restore This Revision' )?>" /> 156 <div class="clear"></div> 155 157 </div> 156 158 </div>
Note: See TracChangeset
for help on using the changeset viewer.