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/codex-buddypress-org/footer.php

    r452 r1644  
    1515
    1616            <h3 class="title">Article Contributors</h3>
    17            
     17
    1818            <?php
    1919
     
    3737                        echo '<h5>' . esc_html( $userdata->display_name ) . '</h5>';
    3838                        echo '<p>' . esc_html( $codex_contributors[$post->post_author] ) . ' revision';
    39                         if ( $codex_contributors[$post->post_author] > 1 ) 
     39                        if ( $codex_contributors[$post->post_author] > 1 )
    4040                            echo 's';
    4141                        echo '</p>';
     
    7272            <h3 class="title">Want to help?</h3>
    7373
    74             <p>The BuddyPress 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.buddypress.org/participate-and-contribute/codex-standards-guidelines/">Codex Standards & Guidelines</a>.</p>
     74            <p>The BuddyPress 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.buddypress.org/participate-and-contribute/codex-standards-guidelines/">Codex Standards & Guidelines</a>.</p>
    7575
    7676            </div>
     
    8686            <div class="links">
    8787                <p>
    88                     See also: 
    89                     <a href="http://wordpress.org"><?php _e( 'WordPress.org', 'bporg'); ?></a> &bull;
    90                     <a href="http://bbpress.org"><?php _e( 'bbPress.org', 'bporg'); ?></a> &bull;
    91                     <a href="http://buddypress.org"><?php _e( 'BuddyPress.org', 'bporg'); ?></a> &bull;
    92                     <a href="http://ma.tt"><?php _e( 'Matt', 'bporg' ); ?></a> &bull;
     88                    See also:
     89                    <a href="https://wordpress.org"><?php _e( 'WordPress.org', 'bporg'); ?></a> &bull;
     90                    <a href="https://bbpress.org"><?php _e( 'bbPress.org', 'bporg'); ?></a> &bull;
     91                    <a href="https://buddypress.org"><?php _e( 'BuddyPress.org', 'bporg'); ?></a> &bull;
     92                    <a href="https://ma.tt"><?php _e( 'Matt', 'bporg' ); ?></a> &bull;
    9393                    <a href="<?php bloginfo( 'rss2_url' ); ?>" title="<?php esc_attr_e( 'RSS Feed for Articles', 'bporg' ); ?>"><?php _e( 'Blog RSS', 'bporg' ); ?></a>
    9494                </p>
     
    9797            <div class="details">
    9898                <p>
    99                     <a href="http://twitter.com/buddypressdev" class="twitter"><?php _e( 'Follow BuddyPress on Twitter', 'bporg'); ?></a> &bull;
    100                     <a href="http://buddypress.org/about/gpl/"><?php _e('GPL', 'bporg'); ?></a> &bull;
    101                     <a href="http://buddypress.org/contact/"><?php _e('Contact Us', 'bporg'); ?></a> &bull;
    102                     <a href="http://buddypress.org/terms/"><?php _e('Terms of Service', 'bporg'); ?></a>
     99                    <a href="https://twitter.com/buddypressdev" class="twitter"><?php _e( 'Follow BuddyPress on Twitter', 'bporg'); ?></a> &bull;
     100                    <a href="https://buddypress.org/about/gpl/"><?php _e('GPL', 'bporg'); ?></a> &bull;
     101                    <a href="https://buddypress.org/contact/"><?php _e('Contact Us', 'bporg'); ?></a> &bull;
     102                    <a href="https://buddypress.org/terms/"><?php _e('Terms of Service', 'bporg'); ?></a>
    103103                </p>
    104104            </div>
    105            
     105
    106106        </div>
    107107        <?php wp_footer(); ?>
Note: See TracChangeset for help on using the changeset viewer.