Make WordPress Core


Ignore:
Timestamp:
11/12/2011 06:15:15 AM (13 years ago)
Author:
azaozz
Message:

Standardize title strings for editor buttons, props pavelevap SergeyBiryukov, fixes #18125

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-editor.php

    r19239 r19263  
    636636            'numlist' => array( 'title' => __('Ordered list (Alt + Shift + O)'), 'onclick' => 'fullscreen.ol();', 'both' => false ),
    637637            '1' => 'separator',
    638             'blockquote' => array( 'title' => __('Blockquote (Alt+Shift+Q)'), 'onclick' => 'fullscreen.blockquote();', 'both' => false ),
     638            'blockquote' => array( 'title' => __('Blockquote (Alt + Shift + Q)'), 'onclick' => 'fullscreen.blockquote();', 'both' => false ),
    639639            'image' => array( 'title' => __('Insert/edit image (Alt + Shift + M)'), 'onclick' => "fullscreen.medialib();", 'both' => true ),
    640640            '2' => 'separator',
Note: See TracChangeset for help on using the changeset viewer.