Changeset 33504 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 07/29/2015 09:53:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r33501 r33504 1053 1053 'To move focus to other buttons use Tab or the arrow keys. To return focus to the editor press Escape or use one of the buttons.' => 1054 1054 __( 'To move focus to other buttons use Tab or the arrow keys. To return focus to the editor press Escape or use one of the buttons.' ), 1055 'When starting a new paragraph with one of these patterns followed by a space, the formatting will be applied automatically. Press Backspace or Escape to undo.' => 1056 __( 'When starting a new paragraph with one of these patterns followed by a space, the formatting will be applied automatically. Press Backspace or Escape to undo.' ), 1057 'The following patterns are replaced on pressing Enter at the end of the paragraph. Press the Undo button to undo.' => 1058 __( 'The following patterns are replaced on pressing Enter at the end of the paragraph. Press the Undo button to undo.' ), 1055 'When starting a new paragraph with one of these formatting shortcuts followed by a space, the formatting will be applied automatically. Press Backspace or Escape to undo.' => 1056 __( 'When starting a new paragraph with one of these formatting shortcuts followed by a space, the formatting will be applied automatically. Press Backspace or Escape to undo.' ), 1057 'The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo.' => 1058 __( 'The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo.' ), 1059 'The following formatting shortcuts are replaced when pressing Enter.' => 1060 __( 'The following formatting shortcuts are replaced when pressing Enter.' ), 1059 1061 ); 1060 1062
Note: See TracChangeset
for help on using the changeset viewer.