s/blog/site/ in more places.

git-svn-id: https://develop.svn.wordpress.org/trunk@14326 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-05-01 07:09:38 +00:00
parent 52a8a4ab3a
commit f049bc949c
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
class WP_Widget_Pages extends WP_Widget {
function WP_Widget_Pages() {
$widget_ops = array('classname' => 'widget_pages', 'description' => __( 'Your blog’s WordPress Pages') );
$widget_ops = array('classname' => 'widget_pages', 'description' => __( 'Your site’s WordPress Pages') );
$this->WP_Widget('pages', __('Pages'), $widget_ops);
}