Make WordPress Core


Ignore:
Timestamp:
03/05/2014 05:25:11 PM (12 years ago)
Author:
johnbillion
Message:

Add context and a missing period to widget descriptions. Fixes #26668. Props pavelevap, Hanni

File:
1 edited

Legend:

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

    r27369 r27412  
    192192    function __construct() {
    193193        $widget_ops = array('classname' => 'widget_search', 'description' => __( "A search form for your site.") );
    194         parent::__construct('search', __('Search'), $widget_ops);
     194        parent::__construct( 'search', _x( 'Search', 'Search widget' ), $widget_ops );
    195195    }
    196196
Note: See TracChangeset for help on using the changeset viewer.