Skip to content

Commit f7d92f8

Browse files
committed
hotfix phpcs issues
1 parent 48fdea6 commit f7d92f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wordpress-development-toolkit.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
* Text Domain: wordpress-development-toolkit
2121
* License: GNU GPL v2.0+
2222
*/
23-
if ( ! function_exists( 'add_filter' ) ) { // prevent snooping file source, check wp loaded
23+
24+
if ( ! function_exists( 'add_filter' ) ) { // Prevent snooping file source, check wp loaded.
2425
header( 'Status: 403 Forbidden' );
2526
header( 'HTTP/1.1 403 Forbidden' );
2627
exit();
@@ -47,4 +48,3 @@
4748
* Start WordPress Development Toolkit Main Plugin Class
4849
*/
4950
PHX_WP_DEVKIT\V_3_0\Plugin::run( __FILE__ );
50-
// Please don't edit below this line.

0 commit comments

Comments
 (0)