Making WordPress.org

Ticket #3896: 3896.diff

File 3896.diff, 1.0 KB (added by garrett-eclipse, 6 years ago)

Add 'needs-privacy-review' and 'has-privacy-review' to wp-trac.js

  • wordpress.org/public_html/style/trac/wp-trac.js

    diff --git a/wordpress.org/public_html/style/trac/wp-trac.js b/wordpress.org/public_html/style/trac/wp-trac.js
    index 10d0be6c3..cd42de6fb 100644
    a b var wpTrac, coreKeywordList, gardenerKeywordList, reservedTerms, coreFocusesList 
    1515                'needs-design' : 'Ticket needs design.',
    1616                'ui-feedback' : 'Feedback is needed from the user interface perspective, generally from the UI team.',
    1717                'ux-feedback' : 'Feedback is needed from the user experience perspective, generally from a UX lead.',
     18                'needs-privacy-review' : 'A review is requested from #core-privacy with regards to the problem or the solution.',
     19                'has-privacy-review' : 'A review has been given from #core-privacy with regards to the problem or the solution.',
    1820                'has-unit-tests' : 'Proposed solution has unit test coverage.',
    1921                'needs-unit-tests' : 'Ticket has a particular need for unit tests.',
    2022                'needs-dev-note' : 'Ticket needs a post on the development blog.',