Making WordPress.org


Ignore:
Timestamp:
05/13/2016 10:08:41 PM (10 years ago)
Author:
ocean90
Message:

Trac: Replace protocol-relative URLs with https:// and change a few http links to use https.

File:
1 edited

Legend:

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

    r1806 r3137  
    88        <a id="mobile-menu-button" class="" href="#" onclick="toggleMenu();"></a>
    99
    10         <h1><a href="//wordpress.org">WordPress.org</a></h1>
     10        <h1><a href="https://wordpress.org">WordPress.org</a></h1>
    1111
    1212        <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">
    1414                <label for="global-search" class="screen-reader-text">Search WordPress.org for:</label>
    1515                <input id="global-search" class="text" name="search" type="text" value="" maxlength="150" placeholder="Search WordPress.org" />
     
    1919        <div style="clear:both"></div>
    2020        <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."
    2424                class="${'current' if project_slug == 'plugins' else None}">Plugins</a>
    2525                <div class="uparrow"></div>
    2626            </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>
    2929                <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>
    3232                </ul>
    3333                <div class="uparrow"></div>
    3434            </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>
    4040        </ul>
    4141        <div style="clear:both"></div>
Note: See TracChangeset for help on using the changeset viewer.