Skip to content

Commit

Permalink
phpcbf
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Dec 21, 2021
1 parent 21da936 commit 65b6e6b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ public function register_routes() {
'callback' => array( $this, 'get_item' ),
'permission_callback' => array( $this, 'get_item_permissions_check' ),
'args' => array(
'id' => array(
'id' => array(
'description' => __( 'The id of a template', 'gutenberg' ),
'type' => 'string',
'sanitize_callback' => array( $this, '_sanitize_template_id' ),
),
'resolve' => array(
'description' => __( 'Whether to return a fallback template if no template with the given ID exists', 'gutenberg' ),
'type' => 'boolean',
'default' => true,
'description' => __( 'Whether to return a fallback template if no template with the given ID exists', 'gutenberg' ),
'type' => 'boolean',
'default' => true,
),
),
),
Expand Down

0 comments on commit 65b6e6b

Please sign in to comment.