Changeset 27391 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 03/04/2014 04:07:31 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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.