Ticket #17992: 17992.diff
| File 17992.diff, 1.1 KB (added by solarissmoke, 21 months ago) |
|---|
-
wp-includes/class-wp-editor.php
607 607 'numlist' => array( 'title' => __('Ordered list (Alt + Shift + O)'), 'onclick' => 'fullscreen.ol();', 'both' => false ), 608 608 '1' => 'separator', 609 609 'blockquote' => array( 'title' => __('Blockquote (Alt+Shift+Q)'), 'onclick' => 'fullscreen.blockquote();', 'both' => false ), 610 'image' => array( 'title' => __('Insert/edit image (Alt + Shift + M)'), 'onclick' => "jQuery('# add_{$media_link_type}').click();", 'both' => true ),610 'image' => array( 'title' => __('Insert/edit image (Alt + Shift + M)'), 'onclick' => "jQuery('#content-add_{$media_link_type}').click();", 'both' => true ), 611 611 '2' => 'separator', 612 612 'link' => array( 'title' => __('Insert/edit link (Alt + Shift + A)'), 'onclick' => 'fullscreen.link();', 'both' => true ), 613 613 'unlink' => array( 'title' => __('Unlink (Alt + Shift + S)'), 'onclick' => 'fullscreen.unlink();', 'both' => false ),