Make WordPress Core


Ignore:
Timestamp:
09/19/2022 07:49:47 PM (3 years ago)
Author:
desrosj
Message:

Coding Standards: Various alignment fixes from composer format.

Follow up to [53874], [54097], [54110], [54155], [54162], [54184].

See #39210, #55443, #56288, #56092, #56408, #56467, #55881.

File:
1 edited

Legend:

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

    r54110 r54210  
    11281128    }
    11291129
    1130     $crons = _get_cron_array();
     1130    $crons    = _get_cron_array();
    11311131    $gmt_time = microtime( true );
    1132     $results = array();
     1132    $results  = array();
    11331133
    11341134    foreach ( $crons as $timestamp => $cronhooks ) {
Note: See TracChangeset for help on using the changeset viewer.