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.
Built from https://develop.svn.wordpress.org/trunk@54210


git-svn-id: http://core.svn.wordpress.org/trunk@53769 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2022-09-19 19:51:09 +00:00
parent 0fe6115af2
commit 1966addc05
8 changed files with 13 additions and 13 deletions

View File

@@ -1127,9 +1127,9 @@ function wp_get_ready_cron_jobs() {
return $pre;
}
$crons = _get_cron_array();
$crons = _get_cron_array();
$gmt_time = microtime( true );
$results = array();
$results = array();
foreach ( $crons as $timestamp => $cronhooks ) {
if ( $timestamp > $gmt_time ) {