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:
parent
1134b18c6e
commit
9775eef208
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user