Making WordPress.org


Ignore:
Timestamp:
12/31/2018 10:07:55 AM (6 years ago)
Author:
vedjain
Message:

WordCamp: Added some empty lines to make code more readable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/wcorg-misc.php

    r8023 r8024  
    558558        return;
    559559    }
     560
    560561    foreach ( new DirectoryIterator( ERROR_RATE_LIMITING_DIR ) as $file_info ) {
    561562        if ( ! $file_info->isDot() ) {
     
    565566
    566567}
     568
    567569add_action( 'clear_error_rate_limiting_files', 'handle_clear_error_rate_limiting_files' );
     570
    568571if ( ! wp_next_scheduled( 'clear_error_rate_limiting_files' ) ) {
    569572    wp_schedule_event( time(), 'daily', 'clear_error_rate_limiting_files' );
Note: See TracChangeset for help on using the changeset viewer.