Docs: Add a `@global` entry for `$wpdb` in `_get_cron_lock`.

Props tejas5989.
Fixes #41433.

git-svn-id: https://develop.svn.wordpress.org/trunk@41146 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-07-25 12:55:34 +00:00
parent 280163f8ef
commit c0346dc748
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ if ( !defined('ABSPATH') ) {
* @ignore
* @since 3.3.0
*
* @global wpdb $wpdb WordPress database abstraction object.
*
* @return string|false Value of the `doing_cron` transient, 0|false otherwise.
*/
function _get_cron_lock() {