diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-reply.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-reply.php
index adb4012..fe90b00 100644
a
|
b
|
if ( bbp_is_reply_edit() ) : ?> |
72 | 72 | |
73 | 73 | <?php do_action( 'bbp_theme_before_reply_form_content' ); ?> |
74 | 74 | |
| 75 | <label for="bbp_reply_content"><?php esc_html_e( 'Your message:', 'wporg-forums' ); ?></label> |
75 | 76 | <?php bbp_the_content( array( 'context' => 'reply' ) ); ?> |
76 | 77 | |
77 | 78 | <?php do_action( 'bbp_theme_after_reply_form_content' ); ?> |
diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-topic.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-topic.php
index df13359..5f2d6ab 100644
a
|
b
|
|
116 | 116 | |
117 | 117 | <?php do_action( 'bbp_theme_before_topic_form_content' ); ?> |
118 | 118 | |
| 119 | <label for="bbp_topic_content"><?php esc_html_e( 'Your message:', 'wporg-forums' ); ?></label> |
119 | 120 | <?php bbp_the_content( array( 'context' => 'topic' ) ); ?> |
120 | 121 | |
121 | 122 | <?php do_action( 'bbp_theme_after_topic_form_content' ); ?> |