Changeset 32363
- Timestamp:
- 05/06/2015 02:29:37 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js
r32059 r32363 433 433 } ); 434 434 435 editor.addShortcut( ' ctrl+s', '', function() {435 editor.addShortcut( 'meta+s', '', function() { 436 436 if ( typeof wp !== 'undefined' && wp.autosave ) { 437 437 wp.autosave.server.triggerSave();
Note: See TracChangeset
for help on using the changeset viewer.