Coding Standards: Fix instances of Generic.WhiteSpace.ArbitraryParenthesesSpacing.FoundEmpty.
See #49542. Built from https://develop.svn.wordpress.org/trunk@47855 git-svn-id: http://core.svn.wordpress.org/trunk@47631 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -46,7 +46,7 @@ wp_default_styles( $wp_styles );
|
||||
|
||||
if ( isset( $_SERVER['HTTP_IF_NONE_MATCH'] ) && stripslashes( $_SERVER['HTTP_IF_NONE_MATCH'] ) === $wp_version ) {
|
||||
header( "$protocol 304 Not Modified" );
|
||||
exit();
|
||||
exit;
|
||||
}
|
||||
|
||||
foreach ( $load as $handle ) {
|
||||
|
||||
Reference in New Issue
Block a user