Skip to content

Commit 9f77b01

Browse files
committed
Troubleshoot 'headers already sent' error.
1 parent 0d6492b commit 9f77b01

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

built-core-plugin.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,9 @@
2020
* Domain Path: /languages
2121
*/
2222

23-
use WPBaseline;
24-
2523
// Don't load directly.
2624
defined('ABSPATH') || exit;
2725

28-
2926
/**
3027
* Define Global Constants
3128
*
@@ -36,7 +33,6 @@
3633
define('BUILT_CORE_URL', plugin_dir_url(BUILT_CORE_FILE));
3734
define('BUILT_CORE_PATH', plugin_dir_path(BUILT_CORE_FILE));
3835

39-
4036
/**
4137
* Initialize WPBaseline
4238
*/

0 commit comments

Comments
 (0)