Making WordPress.org

Changeset 9964


Ignore:
Timestamp:
06/16/2020 09:49:28 PM (5 years ago)
Author:
coffee2code
Message:

Developer theme: Stipulate that all user notes and feedback must be written in English.

Also adds a stipulation that notes not meeting requirements will be removed by moderation team, negating the need to say as much within context of multiple other guidelines.

Props crstauf, Kenshino, dd32.
Fixes #5223.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/user-content.php

    r9716 r9964  
    458458                . $feedback_rule
    459459                . '</li><li>'
    460                 . __( 'This form is not for support requests, spam, bug reports, complaints, or self-promotion. Entries of this nature will be deleted.', 'wporg' )
     460                . __( 'Notes and feedback must be written in English.', 'wporg' )
     461                . '</li><li>'
     462                . __( 'This form is not for support requests, spam, bug reports, complaints, or self-promotion.', 'wporg' )
     463                . '</li><li>'
     464                . __( 'Any feedback not meeting these requirements will be removed by the moderation team.', 'wporg' )
    461465                . '</li><li class="user-notes-are-gpl">'
    462466                . $license_rule
     
    465469
    466470        return '<ul><li>'
    467             . __( 'This form is not for support requests, discussions, spam, bug reports, complaints, or self-promotion. Entries of this nature will be deleted.', 'wporg' )
     471            . __( 'Notes and feedback must be written in English.', 'wporg' )
     472            . '</li><li>'
     473            . __( 'This form is not for support requests, discussions, spam, bug reports, complaints, or self-promotion.', 'wporg' )
     474            . '</li><li>'
     475            . __( 'Any notes not meeting these requirements will be removed by the moderation team.', 'wporg' )
    468476            . '</li><li>'
    469477            . __( 'In the editing area the Tab key enters a tab character. To move below this area by pressing Tab, press the Esc key followed by the Tab key. In some cases the Esc key will need to be pressed twice before the Tab key will allow you to continue.', 'wporg' )
Note: See TracChangeset for help on using the changeset viewer.