Changeset 3787 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/user-content.php
- Timestamp:
- 08/09/2016 04:34:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/user-content.php
r3317 r3787 106 106 public static function wp_editor_comments() { 107 107 ob_start(); 108 echo '<p class="comment-form-comment"><label for="comment">' . _x( 'Add Note ', 'noun', 'wporg' ) . '</label>';108 echo '<p class="comment-form-comment"><label for="comment">' . _x( 'Add Note or Feedback', 'noun', 'wporg' ) . '</label>'; 109 109 wp_editor( '', 'comment', array( 110 110 'media_buttons' => false,
Note: See TracChangeset
for help on using the changeset viewer.