Skip to content

Commit

Permalink
Ensure that bbp_topic_content textarea 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 1ee57cf commit 3e322c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wp-content/themes/openlab/bbpress/form-topic.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@

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

<label for="bbp_topic_content" class="screen-reader-text">Topic Content</label>

<?php
bbp_the_content(
array(
Expand Down

0 comments on commit 3e322c6

Please sign in to comment.