Make WordPress Core

Changeset 28380


Ignore:
Timestamp:
05/13/2014 04:38:15 AM (11 years ago)
Author:
DrewAPicture
Message:

Fix a phpdoc typo and multi-line comment syntax in wp-cron.php.

Props rclations.
Fixes #28231.

File:
1 edited

Legend:

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

    r28216 r28380  
    3333    $value = 0;
    3434    if ( wp_using_ext_object_cache() ) {
    35         // Skip local cache and force refetch of doing_cron transient in case
    36         // another processs updated the cache
     35        /*
     36         * Skip local cache and force re-fetch of doing_cron transient
     37         * in case another process updated the cache.
     38         */
    3739        $value = wp_cache_get( 'doing_cron', 'transient', true );
    3840    } else {
Note: See TracChangeset for help on using the changeset viewer.