Changeset 8877
- Timestamp:
- 05/27/2019 04:20:00 AM (6 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-reply.php
r7818 r8877 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 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-topic.php
r8576 r8877 127 127 <?php do_action( 'bbp_theme_before_topic_form_content' ); ?> 128 128 129 <label for="bbp_topic_content"><?php esc_html_e( 'Your message:', 'wporg-forums' ); ?></label> 129 130 <?php bbp_the_content( array( 'context' => 'topic' ) ); ?> 130 131
Note: See TracChangeset
for help on using the changeset viewer.