Make WordPress Core


Ignore:
Timestamp:
05/26/2020 09:35:34 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Fix instances of Generic.WhiteSpace.ArbitraryParenthesesSpacing.FoundEmpty.

See #49542.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/theme-editor.php

    r47845 r47855  
    1212if ( is_multisite() && ! is_network_admin() ) {
    1313        wp_redirect( network_admin_url( 'theme-editor.php' ) );
    14         exit();
     14        exit;
    1515}
    1616
Note: See TracChangeset for help on using the changeset viewer.