Skip to content

Commit

Permalink
Fixing PHPCS.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Mar 15, 2024
1 parent 8585fbf commit d75c965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions php/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,6 @@ public function add_admin_menu() {
array( $this, 'admin_page' ),
10
);


}

/**
Expand Down
4 changes: 2 additions & 2 deletions php/Blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ public function register_block_editor_scripts() {
'dlx-pw-pattern-inserter-block',
'dlxPWPatternInserter',
array(
'restUrl' => rest_url( 'dlxplugins/pattern-wrangler/v1' ),
'restNonce' => wp_create_nonce( 'wp_rest' ),
'restUrl' => rest_url( 'dlxplugins/pattern-wrangler/v1' ),
'restNonce' => wp_create_nonce( 'wp_rest' ),
)
);
}
Expand Down

0 comments on commit d75c965

Please sign in to comment.