Changeset 11050 for sites/trunk/trac.wordpress.org/templates/site.html
- Timestamp:
- 06/21/2021 07:34:42 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r11047 r11050 5 5 6 6 <?python 7 scripts_version = '15 2'7 scripts_version = '153' 8 8 project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0] 9 9 wporg_endpoint = 'https://make.wordpress.org/' + project_slug + '/' … … 114 114 <py:match path="div[@id='metanav']//form[@id='logout']"> 115 115 <a href="https://login.wordpress.org/logout?redirect_to=$current_url_encoded">Logout</a> 116 </py:match> 117 118 <!--! Replace login destination --> 119 <py:match path="div[@id='metanav']//a[@href='/login']"> 120 <a href="https://login.wordpress.org/?redirect_to=$current_url_encoded" class="login">Login</a> 116 121 </py:match> 117 122
Note: See TracChangeset
for help on using the changeset viewer.