From dbb773aa8e60385dbdddc284527382787838d0d0 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 18 Jan 2010 22:34:16 +0000 Subject: [PATCH] Fix inverted logic. phpdoc update. Props nacin. fixes #11935 git-svn-id: https://develop.svn.wordpress.org/trunk@12754 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/schema.php | 4 ++-- wp-admin/themes.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ) {
-

+