Changeset 27391
- Timestamp:
- 03/04/2014 04:07:31 AM (12 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
-
wp-admin/js/wp-fullscreen.js (modified) (1 diff)
-
wp-includes/class-wp-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/wp-fullscreen.js
r27085 r27391 529 529 s.editor.execCommand('unlink'); 530 530 break; 531 case 'image':532 s.editor.execCommand('mceImage');533 break;534 531 case 'help': 535 532 s.editor.execCommand('WP_Help'); -
trunk/src/wp-includes/class-wp-editor.php
r27366 r27391 898 898 'blockquote' => array( 'title' => __('Blockquote (Alt + Shift + Q)'), 'both' => false ), 899 899 'wp-media-library' => array( 'title' => __('Media library (Alt + Shift + M)'), 'both' => true ), 900 'image' => array( 'title' => __('Insert/edit image'), 'both' => false ),901 900 'link' => array( 'title' => __('Insert/edit link (Alt + Shift + A)'), 'both' => true ), 902 901 'unlink' => array( 'title' => __('Unlink (Alt + Shift + S)'), 'both' => false ),
Note: See TracChangeset
for help on using the changeset viewer.