Making WordPress.org


Ignore:
Timestamp:
06/02/2015 09:17:54 PM (11 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/codex-bbpress-org/footer.php

    r442 r1644  
    4444                                        <div class="col-half">
    4545                                                <h3 class="title">Want to help?</h3>
    46                                                 <p>The bbPress Codex is volunteer-powered, which means you can contribute too! If you're interested in updating existing articles or creating entirely new ones, please read our <a href="http://codex.bbpress.org/participate-and-contribute/codex-standards-guidelines/">Codex Standards & Guidelines</a>.</p>
     46                                                <p>The bbPress Codex is volunteer-powered, which means you can contribute too! If you're interested in updating existing articles or creating entirely new ones, please read our <a href="https://codex.bbpress.org/participate-and-contribute/codex-standards-guidelines/">Codex Standards & Guidelines</a>.</p>
    4747                                        </div>
    4848                                </div>
     
    5454                        <div class="links">
    5555                                <p>
    56                                         See also: 
    57                                         <a href="http://wordpress.org"><?php _e( 'WordPress.org', 'bbporg'); ?></a> &bull;
    58                                         <a href="http://bbpress.org"><?php _e( 'bbPress.org', 'bbporg'); ?></a> &bull;
    59                                         <a href="http://buddypress.org"><?php _e( 'BuddyPress.org', 'bbporg'); ?></a> &bull;
    60                                         <a href="http://ma.tt"><?php _e( 'Matt', 'bbporg' ); ?></a> &bull;
     56                                        See also:
     57                                        <a href="https://wordpress.org"><?php _e( 'WordPress.org', 'bbporg'); ?></a> &bull;
     58                                        <a href="https://bbpress.org"><?php _e( 'bbPress.org', 'bbporg'); ?></a> &bull;
     59                                        <a href="https://buddypress.org"><?php _e( 'BuddyPress.org', 'bbporg'); ?></a> &bull;
     60                                        <a href="https://ma.tt"><?php _e( 'Matt', 'bbporg' ); ?></a> &bull;
    6161                                        <a href="<?php bloginfo( 'rss2_url' ); ?>" title="<?php esc_attr_e( 'RSS Feed for Articles', 'bbporg' ); ?>"><?php _e( 'Blog RSS', 'bbporg' ); ?></a>
    6262                                </p>
     
    6464                        <div class="details">
    6565                                <p>
    66                                         <a href="http://twitter.com/bbpress" class="twitter"><?php _e( 'Follow bbPress on Twitter', 'bbporg'); ?></a> &bull;
    67                                         <a href="http://bbpress.org/about/gpl/"><?php _e('GPL', 'bbporg'); ?></a> &bull;
    68                                         <a href="http://bbpress.org/contact/"><?php _e('Contact Us', 'bbporg'); ?></a> &bull;
    69                                         <a href="http://bbpress.org/terms/"><?php _e('Terms of Service', 'bbporg'); ?></a>
     66                                        <a href="https://twitter.com/bbpress" class="twitter"><?php _e( 'Follow bbPress on Twitter', 'bbporg'); ?></a> &bull;
     67                                        <a href="https://bbpress.org/about/gpl/"><?php _e('GPL', 'bbporg'); ?></a> &bull;
     68                                        <a href="https://bbpress.org/contact/"><?php _e('Contact Us', 'bbporg'); ?></a> &bull;
     69                                        <a href="https://bbpress.org/terms/"><?php _e('Terms of Service', 'bbporg'); ?></a>
    7070                                </p>
    7171                        </div>
Note: See TracChangeset for help on using the changeset viewer.