Docs: Improve various globals documentation, as per documentation standards.

Props upadalavipul.
See #57069, #56792.

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


git-svn-id: http://core.svn.wordpress.org/trunk@54505 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2022-12-09 11:54:13 +00:00
parent 0d03ee0b7a
commit 01102b3d6e
10 changed files with 22 additions and 1 deletions

View File

@@ -1033,6 +1033,8 @@ function set_transient( $transient, $value, $expiration = 0 ) {
* The multi-table delete syntax is used to delete the transient record
* from table a, and the corresponding transient_timeout record from table b.
*
* @global wpdb $wpdb WordPress database abstraction object.
*
* @since 4.9.0
*
* @param bool $force_db Optional. Force cleanup to run against the database even when an external object cache is used.