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:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user