Changeset 601
- Timestamp:
- 05/09/2014 06:09:29 PM (9 years ago)
- Location:
- sites/trunk/trac.wordpress.org/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r411 r601 5 5 6 6 <?python 7 scripts_version = '38 '7 scripts_version = '38d' 8 8 project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0] 9 9 wporg_endpoint = '//make.wordpress.org/core/' -
sites/trunk/trac.wordpress.org/templates/wporg-header.html
r285 r601 32 32 <div class="uparrow"></div> 33 33 </li> 34 <li><a href="//make.wordpress.org/" title="Contribute your knowledge." class="${'current' if project_slug != 'plugins' else None}">Get Involved</a> 35 <ul class="nav-submenu"> 36 <li><a href="//make.wordpress.org/core/" title="Write the code.">Core</a></li> 37 <li><a href="//make.wordpress.org/ui/" title="Improve the interface.">UI</a></li> 38 <li><a href="//make.wordpress.org/accessibility/" title="Create a better experience.">Accessibility</a></li> 39 <li><a href="//make.wordpress.org/plugins/" title="Extend the system.">Plugins</a></li> 40 <li><a href="//make.wordpress.org/themes/" title="Beautify the web.">Themes</a></li> 41 <li><a href="//make.wordpress.org/support/" title="Help the users.">Support</a></li> 42 <li><a href="//make.wordpress.org/polyglots/" title="Translate for the world.">Polyglots</a></li> 43 <li><a href="//make.wordpress.org/mobile/" title="On the go.">Mobile</a></li> 44 </ul> 45 <div class="uparrow"></div> 46 </li> 34 <li><a href="//make.wordpress.org/" title="Contribute your knowledge." class="${'current' if project_slug != 'plugins' else None}">Get Involved</a></li> 47 35 <li><a href="//wordpress.org/about/" title="About the WordPress Organization, and where we're going.">About</a></li> 48 36 <li><a href="//wordpress.org/news/" title="Come here for the latest scoop.">Blog</a></li>
Note: See TracChangeset
for help on using the changeset viewer.