Spelling and grammar fun. Fixes #11875 props cnorris23

git-svn-id: http://svn.automattic.com/wordpress/trunk@13382 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2010-02-24 20:13:23 +00:00
parent d01197b568
commit 8bcc5969dc
23 changed files with 42 additions and 42 deletions

View File

@@ -952,7 +952,7 @@ class wpdb {
* @since 0.71
* @see wpdb::show_errors()
*
* @return bool Whether showing of errors was active or not
* @return bool Whether showing of errors was active
*/
function hide_errors() {
$show = $this->show_errors;
@@ -1427,7 +1427,7 @@ class wpdb {
}
/**
* Whether or not MySQL database is at least the required minimum version.
* Whether MySQL database is at least the required minimum version.
*
* @since 2.5.0
* @uses $wp_version
@@ -1443,7 +1443,7 @@ class wpdb {
}
/**
* Whether of not the database supports collation.
* Whether the database supports collation.
*
* Called when WordPress is generating the table scheme.
*