Make WordPress Core

Changeset 36022


Ignore:
Timestamp:
12/19/2015 08:19:54 AM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Add a missing notation for the $gmt_time parameter in the DocBlock for spawn_cron().

See #32246.

File:
1 edited

Legend:

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

    r34576 r36022  
    233233
    234234/**
    235  * Send request to run cron through HTTP request that doesn't halt page loading.
    236  *
    237  * @since 2.1.0
     235 * Sends a request to run cron through HTTP request that doesn't halt page loading.
     236 *
     237 * @since 2.1.0
     238 *
     239 * @param int $gmt_time Optional. Unix timestamp. Default 0 (current time is used).
    238240 */
    239241function spawn_cron( $gmt_time = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.