Skip to content

Commit

Permalink
Ensure that bbp_reply_content element has a label.
Browse files Browse the repository at this point in the history
See #3269.
  • Loading branch information
boonebgorges committed Nov 2, 2023
1 parent c88bb37 commit 63b9dab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wp-content/themes/openlab/bbpress/form-reply.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@

<?php do_action( 'bbp_theme_before_reply_form_content' ); ?>

<label for="bbp_reply_content" class="screen-reader-text">Reply Content</label>

<?php
bbp_the_content(
array(
Expand Down

0 comments on commit 63b9dab

Please sign in to comment.