Skip to content

Commit 45f31d7

Browse files
committed
Fix PHPCS errors
1 parent 9d9a57e commit 45f31d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6957,7 +6957,7 @@ function get_file_data( $file, $default_headers, $context = '' ) {
69576957
// Make sure we catch CR-only line endings and strip PHP open/close tags.
69586958
$file_data = str_replace(
69596959
array( "\r", '<?php', '<?', '?>' ),
6960-
array( "\n", '', '', '' ),
6960+
array( "\n", '', '', '' ),
69616961
$file_data
69626962
);
69636963

0 commit comments

Comments
 (0)