Making WordPress.org


Ignore:
Timestamp:
09/19/2016 10:44:20 AM (8 years ago)
Author:
netweb
Message:

Forums Theme: Explicitly use HTTPS for links where supported

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/sidebar.php

    r3934 r4099  
    111111        <div class="feature">
    112112            <h3><?php _e( 'WordPress', 'wporg-forums' ); ?></h3>
    113             <p><a href="http://wordpress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/wordpress.gif"/></a>The world&#8217;s most powerful web publishing software.</p>
     113            <p><a href="https://wordpress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/wordpress.gif"/></a>The world&#8217;s most powerful web publishing software.</p>
    114114        </div>
    115115        <div class="feature">
    116116            <h3><?php _e( 'bbPress', 'wporg-forums' ); ?></h3>
    117             <p><a href="http://bbpress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/bbpress.gif"/></a>Simple and elegant forum software from the creators of WordPress.</p>
     117            <p><a href="https://bbpress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/bbpress.gif"/></a>Simple and elegant forum software from the creators of WordPress.</p>
    118118        </div>
    119119        <div style="margin-right: 0pt;" class="feature">
    120120            <h3><?php _e( 'BuddyPress', 'wporg-forums' ); ?></h3>
    121             <p><a href="http://buddypress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/buddypress.gif"/></a>Create a fully featured niche social-network with a few easy clicks.</p>
     121            <p><a href="https://buddypress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/buddypress.gif"/></a>Create a fully featured niche social-network with a few easy clicks.</p>
    122122        </div>
    123123
Note: See TracChangeset for help on using the changeset viewer.