Docs: Correct wpdb::db_version() description.

Props luciole135.
Fixes #35588.

git-svn-id: https://develop.svn.wordpress.org/trunk@36385 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2016-01-23 11:21:14 +00:00
parent b780792d87
commit 5d56b9a465

View File

@ -3208,7 +3208,7 @@ class wpdb {
} }
/** /**
* The database version number. * Retrieves the MySQL server version.
* *
* @since 2.7.0 * @since 2.7.0
* *