- Timestamp:
- 05/13/2016 10:08:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/wporg-header.html
r1806 r3137 8 8 <a id="mobile-menu-button" class="" href="#" onclick="toggleMenu();"></a> 9 9 10 <h1><a href=" //wordpress.org">WordPress.org</a></h1>10 <h1><a href="https://wordpress.org">WordPress.org</a></h1> 11 11 12 12 <div id="head-search"> 13 <form action=" //wordpress.org/search/do-search.php" method="get">13 <form action="https://wordpress.org/search/do-search.php" method="get"> 14 14 <label for="global-search" class="screen-reader-text">Search WordPress.org for:</label> 15 15 <input id="global-search" class="text" name="search" type="text" value="" maxlength="150" placeholder="Search WordPress.org" /> … … 19 19 <div style="clear:both"></div> 20 20 <ul id="wporg-header-menu"> 21 <li><a href=" //wordpress.org/showcase/" title="See some of the sites built on WordPress.">Showcase</a></li>22 <li><a href=" //wordpress.org/themes/" title="Find just the right look for your website.">Themes</a></li>23 <li><a href=" //wordpress.org/plugins/" title="Plugins can extend WordPress to do almost anything you can imagine."21 <li><a href="https://wordpress.org/showcase/" title="See some of the sites built on WordPress.">Showcase</a></li> 22 <li><a href="https://wordpress.org/themes/" title="Find just the right look for your website.">Themes</a></li> 23 <li><a href="https://wordpress.org/plugins/" title="Plugins can extend WordPress to do almost anything you can imagine." 24 24 class="${'current' if project_slug == 'plugins' else None}">Plugins</a> 25 25 <div class="uparrow"></div> 26 26 </li> 27 <li><a href=" //wordpress.org/mobile/" title="Take your website on the go!">Mobile</a></li>28 <li><a href=" //wordpress.org/support/" title="Forums, documentation, help.">Support</a>27 <li><a href="https://wordpress.org/mobile/" title="Take your website on the go!">Mobile</a></li> 28 <li><a href="https://wordpress.org/support/" title="Forums, documentation, help.">Support</a> 29 29 <ul class="nav-submenu"> 30 <li><a href=" //wordpress.org/support/" title="Support and discussion forums.">Forums</a></li>31 <li><a href=" //codex.wordpress.org/Main_Page" title="Documentation, tutorials, best practices.">Documentation</a></li>30 <li><a href="https://wordpress.org/support/" title="Support and discussion forums.">Forums</a></li> 31 <li><a href="https://codex.wordpress.org/Main_Page" title="Documentation, tutorials, best practices.">Documentation</a></li> 32 32 </ul> 33 33 <div class="uparrow"></div> 34 34 </li> 35 <li><a href=" //make.wordpress.org/" title="Contribute your knowledge." class="${'current' if project_slug != 'plugins' else None}">Get Involved</a></li>36 <li><a href=" //wordpress.org/about/" title="About the WordPress Organization, and where we're going.">About</a></li>37 <li><a href=" //wordpress.org/news/" title="Come here for the latest scoop.">Blog</a></li>38 <li><a href=" //wordpress.org/hosting/" title="Find a home for your blog.">Hosting</a></li>39 <li id="download" class="button download-button"><a href=" //wordpress.org/download/" title="Get it. Got it? Good.">Download WordPress</a></li>35 <li><a href="https://make.wordpress.org/" title="Contribute your knowledge." class="${'current' if project_slug != 'plugins' else None}">Get Involved</a></li> 36 <li><a href="https://wordpress.org/about/" title="About the WordPress Organization, and where we're going.">About</a></li> 37 <li><a href="https://wordpress.org/news/" title="Come here for the latest scoop.">Blog</a></li> 38 <li><a href="https://wordpress.org/hosting/" title="Find a home for your blog.">Hosting</a></li> 39 <li id="download" class="button download-button"><a href="https://wordpress.org/download/" title="Get it. Got it? Good.">Download WordPress</a></li> 40 40 </ul> 41 41 <div style="clear:both"></div>
Note: See TracChangeset
for help on using the changeset viewer.