diff --git a/wp-includes/version.php b/wp-includes/version.php index c612113600..67a3e3f617 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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. diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php index d099383b60..1356a76163 100644 --- a/wp-includes/wp-db.php +++ b/wp-includes/wp-db.php @@ -3208,7 +3208,7 @@ class wpdb { } /** - * The database version number. + * Retrieves the MySQL server version. * * @since 2.7.0 *