Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove duplicate required
  • Loading branch information
ntsekouras authored and hellofromtonya committed Sep 20, 2022
commit 33a4eba1c93391916b4fb99359c8dad08f0f4339
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public function register_routes() {
'args' => array(
'slug' => array(
'description' => __( 'The slug of the template to get the fallback for' ),
'required' => true,
'type' => 'string',
'required' => true,
),
Expand Down