Changeset 32295
- Timestamp:
- 04/26/2015 04:50:41 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js
r32059 r32295 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.