Changeset 14326 for trunk/wp-includes/default-widgets.php
- Timestamp:
- 05/01/2010 07:09:38 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/default-widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-widgets.php
r14315 r14326 16 16 17 17 function WP_Widget_Pages() { 18 $widget_ops = array('classname' => 'widget_pages', 'description' => __( 'Your blog’s WordPress Pages') );18 $widget_ops = array('classname' => 'widget_pages', 'description' => __( 'Your site’s WordPress Pages') ); 19 19 $this->WP_Widget('pages', __('Pages'), $widget_ops); 20 20 }
Note: See TracChangeset
for help on using the changeset viewer.