Changeset 11798
- Timestamp:
- 04/27/2022 01:44:41 AM (3 years ago)
- Location:
- sites/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r11776 r11798 5 5 6 6 <?python 7 scripts_version = '15 6'7 scripts_version = '157' 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
r11776 r11798 8 8 'needs-patch' : 'Ticket needs a new patch.', 9 9 'needs-refresh' : 'Patch no longer applies cleanly and needs to be updated.', 10 'changes-requested': 'Feedback has been provided and the patch needs to be updated.', 10 11 'reporter-feedback' : 'Feedback is needed from the reporter.', 11 12 'dev-feedback' : 'Feedback is needed from a core developer.',
Note: See TracChangeset
for help on using the changeset viewer.