Changeset 45611 for trunk/src/wp-includes/cron.php
- Timestamp:
- 07/09/2019 05:44:42 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/cron.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cron.php
r44917 r45611 678 678 679 679 // flush any buffers and send the headers 680 while ( @ob_end_flush() ) { 681 } 680 wp_ob_end_flush_all(); 682 681 flush(); 683 682 684 WP_DEBUG ? include_once( ABSPATH . 'wp-cron.php' ) : @include_once( ABSPATH . 'wp-cron.php' );683 include_once( ABSPATH . 'wp-cron.php' ); 685 684 return true; 686 685 }
Note: See TracChangeset
for help on using the changeset viewer.