Changeset 11050
- Timestamp:
- 06/21/2021 07:34:42 AM (4 years ago)
- Location:
- sites/trunk
- Files:
-
- 2 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 -
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css
r10705 r11050 158 158 top: -40px; 159 159 } 160 #metanav .first a[href$="/login"]{160 #metanav a.login { 161 161 font-weight: bold; 162 162 }
Note: See TracChangeset
for help on using the changeset viewer.