Changeset 27052
- Timestamp:
- 01/28/2014 11:28:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js
r26983 r27052 369 369 editor.addShortcut( modKey + '+p', '', 'WP_Page' ); 370 370 editor.addShortcut( 'ctrl+s', '', function() { 371 if ( typeof autosave === 'function') {372 autosave();371 if ( typeof wp !== 'undefined' && wp.autosave ) { 372 wp.autosave.server.triggerSave(); 373 373 } 374 374 });
Note: See TracChangeset
for help on using the changeset viewer.