Changeset 11613
- Timestamp:
- 02/25/2022 06:07:57 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/comments.php
r11067 r11613 41 41 '<textarea id="comment" name="comment" rows="6" maxlength="65525" required></textarea>' 42 42 ), 43 'comment_notes_after' => esc_html__( 'Feedback you send to us will go only to the folks who maintain documentation. They may reach out in case there are questions or would like to followup feedback. But that too will stay behind the scenes.', 'wporg-forums' ), 43 'comment_notes_after' => esc_html__( 'Feedback you send to us will go only to the folks who maintain documentation. They may reach out in case there are questions or would like to followup feedback. But that too will stay behind the scenes.', 'wporg-forums' ) . 44 '<br>' . sprintf( __( '<strong>This is not for personalized support.</strong> Please create a <a href="%s">forum thread</a> instead to receive help from the community.', 'wporg-forums'), home_url( '/forums/#bbpress-forums' ) ), 44 45 'label_submit' => __( 'Submit Feedback', 'wporg-forums' ), 45 46 )
Note: See TracChangeset
for help on using the changeset viewer.