Make WordPress Core


Ignore:
Timestamp:
04/16/2014 12:00:33 AM (11 years ago)
Author:
nacin
Message:

Add missing string translation in widgets.

see #27453, #27112.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-widgets.php

    r28124 r28140  
    10421042            'registeredWidgets'  => $GLOBALS['wp_registered_widgets'],
    10431043            'l10n'               => array(
    1044                 'widgetTooltip' => ( 'Shift-click to edit this widget.' ),
     1044                'widgetTooltip' => __( 'Shift-click to edit this widget.' ),
    10451045            ),
    10461046        );
Note: See TracChangeset for help on using the changeset viewer.