Changeset 12156
- Timestamp:
- 10/31/2022 12:46:44 AM (2 years ago)
- Location:
- sites/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r12155 r12156 5 5 6 6 <?python 7 scripts_version = '20 6'7 scripts_version = '207' 8 8 project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0] 9 9 wporg_endpoint = 'https://make.wordpress.org/' + project_slug + '/' -
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js
r12154 r12156 15 15 'close' : 'The ticket is a candidate for closure.', 16 16 'needs-testing' : 'Patch has a particular need for testing.', 17 'has-testing-info' : 'Steps have been provided to reproduce the issue or test a patch.' 17 'has-testing-info' : 'Steps have been provided to reproduce the issue or test a patch.', 18 18 'needs-testing-info' : 'A more detailed testing procedure is needed to reproduce the issue, or to validate a patch works as expected.', 19 19 'needs-design' : 'A designer should create a prototype of how the suggested changes should look/behave before writing code.',
Note: See TracChangeset
for help on using the changeset viewer.