Changeset 51916 for trunk/src/wp-includes/cron.php
- Timestamp:
- 10/18/2021 12:51:00 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/cron.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cron.php
r51695 r51916 119 119 * are considered duplicates. 120 120 */ 121 $crons = (array) _get_cron_array(); 121 $crons = _get_cron_array(); 122 if ( ! is_array( $crons ) ) { 123 $crons = array(); 124 } 125 122 126 $key = md5( serialize( $event->args ) ); 123 127 $duplicate = false;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)