Skip to content

Commit

Permalink
Corrects malformed input tag (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
creativecoder authored Nov 13, 2023
1 parent a692b6b commit 733e4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/create-theme/theme-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ public static function create_admin_form_page() {
<?php Theme_Tags::theme_tags_section(); ?>
</div>
</div>
<input type="hidden" name="page" value="create-block-theme"
<input type="hidden" name="page" value="create-block-theme">
<input type="hidden" name="nonce" value="<?php echo wp_create_nonce( 'create_block_theme' ); ?>">
</div>
</div>
Expand Down

0 comments on commit 733e4ec

Please sign in to comment.