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.


git-svn-id: https://develop.svn.wordpress.org/trunk@36840 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-03-04 00:02:56 +00:00
parent 1134b18c6e
commit 9775eef208
1 changed files with 1 additions and 1 deletions

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.