Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Aug 27, 2021
1 parent 42d147e commit 09a1d67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function register_routes() {
'permission_callback' => array( $this, 'get_item_permissions_check' ),
'callback' => array( $this, 'render' ),
'args' => array(
'id' => array(
'id' => array(
'description' => __( 'The widget type id.', 'default' ),
'type' => 'string',
'required' => true,
Expand Down

0 comments on commit 09a1d67

Please sign in to comment.