Make WordPress Core


Ignore:
Timestamp:
04/28/2022 09:47:19 AM (4 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections.

See #54729

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-cron.php

    r51537 r53300  
    5555 * @global wpdb $wpdb WordPress database abstraction object.
    5656 *
    57  * @return string|false Value of the `doing_cron` transient, 0|false otherwise.
     57 * @return string|int|false Value of the `doing_cron` transient, 0|false otherwise.
    5858 */
    5959function _get_cron_lock() {
Note: See TracChangeset for help on using the changeset viewer.