Changeset 11693
- Timestamp:
- 03/23/2022 07:27:04 AM (3 years ago)
- Location:
- sites/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r11674 r11693 5 5 6 6 <?python 7 scripts_version = '17 2'7 scripts_version = '173' 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
r11674 r11693 108 108 tracker_text: 'WordPress.org News GitHub Repository', 109 109 enable_copy: true 110 }, 111 'bbpress.org' : { 112 tracker: 'https://bbpress.trac.wordpress.org/newticket?component=Site+-+bbPress.org', 113 tracker_text: 'bbPress Trac instance', 114 enable_copy: true 115 }, 116 'buddypress.org': { 117 tracker: 'https://buddypress.trac.wordpress.org/newticket?component=BuddyPress.org+Sites', 118 tracker_text: 'BuddyPress Trac instance', 119 enable_copy: true 110 120 } 111 121 };
Note: See TracChangeset
for help on using the changeset viewer.