s/blog/site/ in even more places. props PeteMall, see #11644.

git-svn-id: http://svn.automattic.com/wordpress/trunk@14315 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2010-04-30 03:17:49 +00:00
parent 21179d5625
commit e64a657575
22 changed files with 74 additions and 74 deletions

View File

@@ -647,7 +647,7 @@ switch ( $action ) {
}
} else { ?>
<tr>
<td colspan="<?php echo (int) count( $sites_columns ); ?>"><?php _e( 'No blogs found.' ) ?></td>
<td colspan="<?php echo (int) count( $sites_columns ); ?>"><?php _e( 'No sites found.' ) ?></td>
</tr>
<?php
} // end if ($blogs)