Making WordPress.org


Ignore:
Timestamp:
08/09/2016 04:34:54 PM (9 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Explicitly indicate feedback is acceptable via the same form as user contributed notes.

See #981.
Fixes #607.

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  
    106106    public static function wp_editor_comments() {
    107107        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>';
    109109        wp_editor( '', 'comment', array(
    110110            'media_buttons' => false,
Note: See TracChangeset for help on using the changeset viewer.