Skip to content

Commit f7cd455

Browse files
committed
remove parentheses around require_once
1 parent b3373ec commit f7cd455

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

spcl.php

+1-6
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,7 @@
4141
}
4242

4343
// Include class.
44-
require_once(
45-
sprintf(
46-
'%s/inc/class-spcl.php',
47-
dirname( __FILE__ )
48-
)
49-
);
44+
require_once sprintf( '%s/inc/class-spcl.php', dirname( __FILE__ ) );
5045

5146
// Init.
5247
add_action(

0 commit comments

Comments
 (0)