Skip to content

Commit

Permalink
Add a label for hidden checkbox used for compatibility with site temp…
Browse files Browse the repository at this point in the history
…late picker.

See #3255.
  • Loading branch information
boonebgorges committed Oct 18, 2023
1 parent 113d165 commit 595f260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wp-content/themes/openlab/lib/cbox-polyfills/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ function cboxol_register_rest_fields() {
function() {
?>
<input type="hidden" name="source_blog" />
<label for="set-up-site-toggle" class="sr-only">Set up site toggle (hidden)</label>
<input type="checkbox" style="display:none;" id="set-up-site-toggle" />
<?php
}
Expand Down

0 comments on commit 595f260

Please sign in to comment.