diff --git a/wp-admin/includes/schema.php b/wp-admin/includes/schema.php index dcc3f12a11..acb0f18c56 100644 --- a/wp-admin/includes/schema.php +++ b/wp-admin/includes/schema.php @@ -592,9 +592,9 @@ function populate_roles_280() { } /** - * Create and modify WordPress roles for WordPress 2.8. + * Create and modify WordPress roles for WordPress 3.0. * - * @since 2.8.0 + * @since 3.0 */ function populate_roles_300() { $role =& get_role( 'administrator' ); diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 7d28383cfe..bdb50c7f7c 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -159,7 +159,7 @@ function theme_update_available( $theme ) {