mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
0f9f8418f8
commit
e842a7b2e0
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
@ -3098,7 +3098,7 @@ class wpdb {
|
|||||||
* Closes the current database connection.
|
* Closes the current database connection.
|
||||||
*
|
*
|
||||||
* @since 4.5.0
|
* @since 4.5.0
|
||||||
* @access public.
|
* @access public
|
||||||
*
|
*
|
||||||
* @return bool True if the connection was successfully closed, false if it wasn't,
|
* @return bool True if the connection was successfully closed, false if it wasn't,
|
||||||
* or the connection doesn't exist.
|
* or the connection doesn't exist.
|
||||||
|
Loading…
Reference in New Issue
Block a user