Ticket #4609: 4609.diff
File 4609.diff, 1.5 KB (added by , 6 years ago) |
---|
-
wordpress.org/public_html/style/trac/wp-trac.js
20 20 'needs-dev-note' : 'Ticket needs a post on the development blog.', 21 21 'has-privacy-review' : 'Input has been given from the core privacy team reviewing the privacy implications of the suggested changes.', 22 22 'needs-privacy-review' : 'Input is needed from the core privacy team with regards to the privacy implications of the suggested changes.', 23 'has-copy-review' : 'Input has been given from a copywriter reviewing the suggested verbiage changes.', 24 'needs-copy-review' : 'Input is needed from a copywriter with regards to the suggested verbiage changes.', 23 25 'needs-docs' : 'Inline documentation is needed.', 24 26 'needs-codex' : 'The Codex needs to be updated or expanded.', 25 27 'has-screenshots' : 'Visual changes are documented with screenshots.', … … 1113 1115 wpTrac.workflow.removeKeyword( 'has-privacy-review' ); 1114 1116 } 1115 1117 1118 if ( 'has-copy-review' === keyword ) { 1119 wpTrac.workflow.removeKeyword( 'needs-copy-review' ); 1120 } else if ( 'needs-copy-review' === keyword ) { 1121 wpTrac.workflow.removeKeyword( 'has-copy-review' ); 1122 } 1123 1116 1124 if ( 'has-screenshots' === keyword ) { 1117 1125 wpTrac.workflow.removeKeyword( 'needs-screenshots' ); 1118 1126 } else if ( 'needs-screenshots' === keyword ) {