Changeset 8109
- Timestamp:
- 01/19/2019 07:38:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js
r8089 r8109 18 18 'has-unit-tests' : 'Proposed solution has unit test coverage.', 19 19 'needs-unit-tests' : 'Ticket has a particular need for unit tests.', 20 'has-dev-note' : 'Ticket with a published post on the development blog.', 20 21 'needs-dev-note' : 'Ticket needs a post on the development blog.', 21 22 'needs-docs' : 'Inline documentation is needed.', … … 1066 1067 } 1067 1068 1069 if ( 'has-dev-note' === keyword ) { 1070 wpTrac.workflow.removeKeyword( 'needs-dev-note' ); 1071 } else if ( 'needs-dev-note' === keyword ) { 1072 wpTrac.workflow.removeKeyword( 'has-dev-note' ); 1073 } 1074 1068 1075 if ( 'has-screenshots' === keyword ) { 1069 1076 wpTrac.workflow.removeKeyword( 'needs-screenshots' );
Note: See TracChangeset
for help on using the changeset viewer.