From ad61789fa1efcc66c8c97efb1794ec255f732c0d Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 24 Jun 2008 17:45:33 +0000 Subject: [PATCH] Grammar fix from Viper007Bond. fixes #7172 git-svn-id: http://svn.automattic.com/wordpress/trunk@8184 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 11f61c06b..e7b822064 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -11,8 +11,7 @@ $wp_version = '2.6-beta1'; /** - * Holds the WordPress DB revision, increments when changes are made to the WordPress DB scheme - * changes. + * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * * @global int $wp_db_version */