Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks committed Jan 4, 2022
1 parent 2e62813 commit da5f0bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ public function get_item_schema() {
'context' => array( 'embed', 'view', 'edit' ),
'required' => true,
'minLength' => 1,
'pattern' => '[a-zA-Z_\-]+',
'pattern' => '[a-zA-Z0-9_\-]+',
),
'theme' => array(
'description' => __( 'Theme identifier for the template.' ),
Expand Down

0 comments on commit da5f0bb

Please sign in to comment.