diff --git a/wp-includes/version.php b/wp-includes/version.php index 1a33e0a606..84598dc3c1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36492'; +$wp_version = '4.5-alpha-36493'; /** * 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 f0ed7d9d34..2729811dfd 100644 --- a/wp-includes/wp-db.php +++ b/wp-includes/wp-db.php @@ -3098,8 +3098,10 @@ class wpdb { * Closes the current database connection. * * @since 4.5.0 + * @access public. * - * @return bool True if the connection was succesfully closed, false if it wasn't, or the connection doesn't exist. + * @return bool True if the connection was successfully closed, false if it wasn't, + * or the connection doesn't exist. */ public function close() { if ( ! $this->dbh ) {