- Timestamp:
- 12/31/2018 10:07:55 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/wcorg-misc.php
r8023 r8024 558 558 return; 559 559 } 560 560 561 foreach ( new DirectoryIterator( ERROR_RATE_LIMITING_DIR ) as $file_info ) { 561 562 if ( ! $file_info->isDot() ) { … … 565 566 566 567 } 568 567 569 add_action( 'clear_error_rate_limiting_files', 'handle_clear_error_rate_limiting_files' ); 570 568 571 if ( ! wp_next_scheduled( 'clear_error_rate_limiting_files' ) ) { 569 572 wp_schedule_event( time(), 'daily', 'clear_error_rate_limiting_files' );
Note: See TracChangeset
for help on using the changeset viewer.