Skip to content

Commit 2b5eb04

Browse files
Update includes/Checker/Runtime_Environment_Setup.php
Co-authored-by: Weston Ruter <[email protected]>
1 parent 0b23633 commit 2b5eb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/Checker/Runtime_Environment_Setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function set_up() {
4343
*/
4444
add_action(
4545
'populate_options',
46-
static function () use( $permalink_structure ) {
46+
static function () use ( $permalink_structure ) {
4747
add_option( 'permalink_structure', $permalink_structure );
4848
}
4949
);

0 commit comments

Comments
 (0)