Make WordPress Core


Ignore:
Timestamp:
08/11/2022 02:09:04 PM (2 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous inline documentation improvements.

See #55646

File:
1 edited

Legend:

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

    r53791 r53878  
    12061206
    12071207/**
    1208  * Upgrade a Cron info array.
    1209  *
    1210  * This function upgrades the Cron info array to version 2.
     1208 * Upgrade a cron info array.
     1209 *
     1210 * This function upgrades the cron info array to version 2.
    12111211 *
    12121212 * @since 2.1.0
     
    12141214 *
    12151215 * @param array $cron Cron info array from _get_cron_array().
    1216  * @return array An upgraded Cron info array.
     1216 * @return array An upgraded cron info array.
    12171217 */
    12181218function _upgrade_cron_array( $cron ) {
Note: See TracChangeset for help on using the changeset viewer.