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-includes/canonical.php

    r47761 r47855  
    753753                if ( ! redirect_canonical( $redirect_url, false ) ) {
    754754                        wp_redirect( $redirect_url, 301 );
    755                         exit();
     755                        exit;
    756756                } else {
    757757                        // Debug.
Note: See TracChangeset for help on using the changeset viewer.