WordPress.org

Make WordPress Core

Changeset 51537


Ignore:
Timestamp:
08/03/2021 03:14:03 PM (3 months ago)
Author:
desrosj
Message:

Build/Test Tools: Revert changes only included for testing purposes.

Follow up to [51535-51536].

See #52644.

Location:
trunk
Files:
2 edited

Legend:

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

    r51535 r51537  
    6161
    6262    $value = 0;
    63     if (wp_using_ext_object_cache()) {
     63    if ( wp_using_ext_object_cache() ) {
    6464        /*
    6565         * Skip local cache and force re-fetch of doing_cron transient
  • trunk/tests/phpunit/tests/functions.php

    r51535 r51537  
    2828        $b = array(
    2929            '_baba' => 5,
    30             'yZ'    => 'bab',
     30            'yZ'    => 'baba',
    3131            'a'     => array( 5, 111, 'x' ),
    3232        );
Note: See TracChangeset for help on using the changeset viewer.