Making WordPress.org


Ignore:
Timestamp:
06/02/2015 09:17:54 PM (9 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress.org: Use https scheme across relevant URLs.

Props netweb. Fixes #1069.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/footer.php

    r442 r1644  
    66            <div class="links">
    77                <p>
    8                     See also: 
    9                     <a href="http://wordpress.org"><?php _e( 'WordPress.org', 'bporg'); ?></a> &bull;
    10                     <a href="http://bbpress.org"><?php _e( 'bbPress.org', 'bporg'); ?></a> &bull;
    11                     <a href="http://buddypress.org"><?php _e( 'BuddyPress.org', 'bporg'); ?></a> &bull;
    12                     <a href="http://ma.tt"><?php _e( 'Matt', 'bporg' ); ?></a> &bull;
     8                    See also:
     9                    <a href="https://wordpress.org"><?php _e( 'WordPress.org', 'bporg'); ?></a> &bull;
     10                    <a href="https://bbpress.org"><?php _e( 'bbPress.org', 'bporg'); ?></a> &bull;
     11                    <a href="https://buddypress.org"><?php _e( 'BuddyPress.org', 'bporg'); ?></a> &bull;
     12                    <a href="https://ma.tt"><?php _e( 'Matt', 'bporg' ); ?></a> &bull;
    1313                    <a href="<?php bloginfo( 'rss2_url' ); ?>" title="<?php _e( 'RSS Feed for Articles', 'bporg' ); ?>"><?php _e( 'Blog RSS', 'bporg' ); ?></a>
    1414                </p>
     
    1616            <div class="details">
    1717                <p>
    18                     <a href="http://twitter.com/buddypressdev" class="twitter"><?php _e( 'Follow BuddyPress on Twitter', 'bporg'); ?></a> &bull;
    19                     <a href="http://buddypress.org/about/gpl/"><?php _e('GPL', 'bporg'); ?></a> &bull;
    20                     <a href="http://buddypress.org/contact/"><?php _e('Contact Us', 'bporg'); ?></a> &bull;
    21                     <a href="http://buddypress.org/terms/"><?php _e('Terms of Service', 'bporg'); ?></a>
     18                    <a href="https://twitter.com/buddypressdev" class="twitter"><?php _e( 'Follow BuddyPress on Twitter', 'bporg'); ?></a> &bull;
     19                    <a href="https://buddypress.org/about/gpl/"><?php _e('GPL', 'bporg'); ?></a> &bull;
     20                    <a href="https://buddypress.org/contact/"><?php _e('Contact Us', 'bporg'); ?></a> &bull;
     21                    <a href="https://buddypress.org/terms/"><?php _e('Terms of Service', 'bporg'); ?></a>
    2222                </p>
    2323            </div>
Note: See TracChangeset for help on using the changeset viewer.