From 2a3fcecdc178365970f10d0a6d7e4e3d2fd903dd Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 24 Jun 2008 17:45:33 +0000 Subject: [PATCH] Grammar fix from Viper007Bond. fixes #7172 git-svn-id: https://develop.svn.wordpress.org/trunk@8184 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 11f61c06b9..e7b8220642 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 */