Make WordPress Core


Ignore:
Timestamp:
05/01/2010 07:09:38 AM (16 years ago)
Author:
nacin
Message:

s/blog/site/ in more places.

File:
1 edited

Legend:

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

    r14315 r14326  
    1616
    1717    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') );
    1919        $this->WP_Widget('pages', __('Pages'), $widget_ops);
    2020    }
Note: See TracChangeset for help on using the changeset viewer.