Docs: Correct wpdb::db_version() description.

Props luciole135.
Fixes #35588.
Built from https://develop.svn.wordpress.org/trunk@36385


git-svn-id: http://core.svn.wordpress.org/trunk@36352 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2016-01-23 11:22:26 +00:00
parent 3663a5bca5
commit b0b311053e
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-36384';
$wp_version = '4.5-alpha-36385';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

View File

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