Docs: Remove an errant period following the @access tag in the DocBlock for wpdb::close(), mistakenly introduced in [36493].

Props markoheijnen.
See #34903. See #35986.

Built from https://develop.svn.wordpress.org/trunk@36840


git-svn-id: http://core.svn.wordpress.org/trunk@36807 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-03-04 00:03:27 +00:00
parent 0f9f8418f8
commit e842a7b2e0
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -3098,7 +3098,7 @@ class wpdb {
* Closes the current database connection.
*
* @since 4.5.0
* @access public.
* @access public
*
* @return bool True if the connection was successfully closed, false if it wasn't,
* or the connection doesn't exist.