Changeset 12172
- Timestamp:
- 10/31/2022 08:09:57 AM (3 years ago)
- Location:
- sites/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r12168 r12172 5 5 6 6 <?python 7 scripts_version = '20 8'7 scripts_version = '209' 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.css
r12168 r12172 936 936 display: none; 937 937 } 938 #changelog h3.chat-bot.pr -bot:hover .trac-ticket-buttons {938 #changelog h3.chat-bot.prbot:hover .trac-ticket-buttons { 939 939 display: inherit; 940 940 } 941 #changelog h3.chat-bot.pr -bot .trac-ticket-buttons .trac-delete {941 #changelog h3.chat-bot.prbot .trac-ticket-buttons .trac-delete { 942 942 display: none; 943 943 }
Note: See TracChangeset
for help on using the changeset viewer.