Make WordPress Core


Ignore:
Timestamp:
07/29/2021 08:02:53 PM (4 years ago)
Author:
desrosj
Message:

Build/Test Tools: Revert the test and coding standards changes in [51511].

These were temporary for testing Slack messages when GitHub Action workflows fail.

See #52644.

File:
1 edited

Legend:

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

    r51511 r51512  
    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
Note: See TracChangeset for help on using the changeset viewer.