Changeset 188
- Timestamp:
- 12/29/2013 11:30:31 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r186 r188 17 17 support_link = 'http://wordpress.org/support/' 18 18 profile_link = 'http://profiles.wordpress.org/' 19 20 # Fix http://meta.trac.wordpress.org/ticket/21 21 import urllib 22 for link in chrome['links']['alternate']: 23 if link['class'] == 'rss': 24 new_link = link['href'].split('/login?referer=') 25 link['href'] = urllib.unquote(new_link[1]) 19 26 ?> 20 27
Note: See TracChangeset
for help on using the changeset viewer.