Changeset 27412 for trunk/src/wp-includes/default-widgets.php
- Timestamp:
- 03/05/2014 05:25:11 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/default-widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-widgets.php
r27369 r27412 192 192 function __construct() { 193 193 $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 ); 195 195 } 196 196
Note: See TracChangeset
for help on using the changeset viewer.