Changeset 32957
- Timestamp:
- 06/26/2015 06:48:02 PM (10 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r32951 r32957 1043 1043 'Letter' => __( 'Letter' ), 1044 1044 'Action' => __( 'Action' ), 1045 '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.' => 1046 __( '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.' ), 1045 1047 ); 1046 1048 -
trunk/src/wp-includes/css/editor.css
r32956 r32957 127 127 128 128 .mce-window .wp-editor-help p { 129 margin: 7px 0; 129 margin: 8px 0; 130 white-space: normal; 130 131 } 131 132 … … 139 140 font-size: 13px; 140 141 vertical-align: middle; 141 142 142 } 143 143 -
trunk/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js
r32951 r32957 274 274 tr({ 'Alt + F10': 'Editor toolbar' }) + 275 275 tr({ 'Alt + F11': 'Elements path' }) + 276 '</table></div>' 276 '</table>' + 277 '<p>' + __( '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.' ) + '</p>' + 278 '</div>' 277 279 ) 278 280 },
Note: See TracChangeset
for help on using the changeset viewer.