Spelling and grammar fun. Fixes #11875 props cnorris23

git-svn-id: https://develop.svn.wordpress.org/trunk@13382 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-02-24 20:13:23 +00:00
parent 1b01dd4ecd
commit c9dfb91763
23 changed files with 42 additions and 42 deletions
+3 -3
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.
*