From 9775eef208fbdd5f4a80695ac86c5259c076e6cf Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 4 Mar 2016 00:02:56 +0000 Subject: [PATCH] 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 --- src/wp-includes/wp-db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/wp-db.php b/src/wp-includes/wp-db.php index 2729811dfd..6a8893ad7f 100644 --- a/src/wp-includes/wp-db.php +++ b/src/wp-includes/wp-db.php @@ -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.