Making WordPress.org


Ignore:
Timestamp:
01/02/2014 09:10:13 PM (11 years ago)
Author:
nacin
Message:

Protocol-relative URLs for Trac templates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/trac.wordpress.org/templates/wporg-header.html

    r184 r208  
    1111
    1212        <div id="head-search">
    13             <form action="http://wordpress.org/search/do-search.php" method="get">
     13            <form action="//wordpress.org/search/do-search.php" method="get">
    1414                <input class="text" name="search" type="text" value="" maxlength="150" placeholder="Search WordPress.org" />
    1515                <input type="submit" class="button" value="" />
     
    1818        <div style="clear:both"></div>
    1919        <ul id="wporg-header-menu">
    20             <li><a href="http://wordpress.org/showcase/" title="See some of the sites built on WordPress.">Showcase</a></li>
    21             <li><a href="http://wordpress.org/themes/" title="Find just the right look for your website.">Themes</a></li>
    22             <li><a href="http://wordpress.org/plugins/" title="Plugins can extend WordPress to do almost anything you can imagine.">Plugins</a></li>
    23             <li><a href="http://wordpress.org/mobile/" title="Take your website on the go!">Mobile</a></li>
    24             <li><a href="http://wordpress.org/support/" title="Forums, documentation, help.">Support</a>
     20            <li><a href="//wordpress.org/showcase/" title="See some of the sites built on WordPress.">Showcase</a></li>
     21            <li><a href="//wordpress.org/themes/" title="Find just the right look for your website.">Themes</a></li>
     22            <li><a href="//wordpress.org/plugins/" title="Plugins can extend WordPress to do almost anything you can imagine.">Plugins</a></li>
     23            <li><a href="//wordpress.org/mobile/" title="Take your website on the go!">Mobile</a></li>
     24            <li><a href="//wordpress.org/support/" title="Forums, documentation, help.">Support</a>
    2525                <ul class="nav-submenu">
    26                     <li><a href="http://wordpress.org/support/" title="Support and discussion forums.">Forums</a></li>
    27                     <li><a href="http://codex.wordpress.org/Main_Page" title="Documentation, tutorials, best practices.">Documentation</a></li>
     26                    <li><a href="//wordpress.org/support/" title="Support and discussion forums.">Forums</a></li>
     27                    <li><a href="//codex.wordpress.org/Main_Page" title="Documentation, tutorials, best practices.">Documentation</a></li>
    2828                </ul>
    2929                <div class="uparrow"></div>
    3030            </li>
    31             <li><a href="http://make.wordpress.org/" title="Contribute your knowledge.">Get Involved</a>
     31            <li><a href="//make.wordpress.org/" title="Contribute your knowledge." class="current">Get Involved</a>
    3232                <ul class="nav-submenu">
    33                     <li><a href="http://make.wordpress.org/core/" title="Write the code.">Core</a></li>
    34                     <li><a href="http://make.wordpress.org/ui/" title="Improve the interface.">UI</a></li>
    35                     <li><a href="http://make.wordpress.org/accessibility/" title="Create a better experience.">Accessibility</a></li>
    36                     <li><a href="http://make.wordpress.org/plugins/" title="Extend the system.">Plugins</a></li>
    37                     <li><a href="http://make.wordpress.org/themes/" title="Beautify the web.">Themes</a></li>
    38                     <li><a href="http://make.wordpress.org/support/" title="Help the users.">Support</a></li>
    39                     <li><a href="http://make.wordpress.org/polyglots/" title="Translate for the world.">Polyglots</a></li>
    40                     <li><a href="http://make.wordpress.org/mobile/" title="On the go.">Mobile</a></li>
     33                    <li><a href="//make.wordpress.org/core/" title="Write the code.">Core</a></li>
     34                    <li><a href="//make.wordpress.org/ui/" title="Improve the interface.">UI</a></li>
     35                    <li><a href="//make.wordpress.org/accessibility/" title="Create a better experience.">Accessibility</a></li>
     36                    <li><a href="//make.wordpress.org/plugins/" title="Extend the system.">Plugins</a></li>
     37                    <li><a href="//make.wordpress.org/themes/" title="Beautify the web.">Themes</a></li>
     38                    <li><a href="//make.wordpress.org/support/" title="Help the users.">Support</a></li>
     39                    <li><a href="//make.wordpress.org/polyglots/" title="Translate for the world.">Polyglots</a></li>
     40                    <li><a href="//make.wordpress.org/mobile/" title="On the go.">Mobile</a></li>
    4141                </ul>
    4242                <div class="uparrow"></div>
    4343            </li>
    44             <li><a href="http://wordpress.org/about/" title="About the WordPress Organization, and where we're going.">About</a></li>
    45             <li><a href="http://wordpress.org/news/" title="Come here for the latest scoop.">Blog</a></li>
    46             <li><a href="http://wordpress.org/hosting/" title="Find a home for your blog.">Hosting</a></li>
    47             <li id="download" class="button download-button"><a href="http://wordpress.org/download/" title="Get it. Got it? Good.">Download WordPress</a></li>
     44            <li><a href="//wordpress.org/about/" title="About the WordPress Organization, and where we're going.">About</a></li>
     45            <li><a href="//wordpress.org/news/" title="Come here for the latest scoop.">Blog</a></li>
     46            <li><a href="//wordpress.org/hosting/" title="Find a home for your blog.">Hosting</a></li>
     47            <li id="download" class="button download-button"><a href="//wordpress.org/download/" title="Get it. Got it? Good.">Download WordPress</a></li>
    4848        </ul>
    4949        <div style="clear:both"></div>
Note: See TracChangeset for help on using the changeset viewer.