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/sidebar.php

    r508 r1644  
    33
    44    <?php if ( function_exists( 'is_buddypress' ) && is_buddypress() ) : ?>
    5    
     5
    66        <?php if ( bp_is_user() ) : ?>
    7    
     7
    88            <div id="item-header-avatar">
    99                <a href="<?php bp_displayed_user_link(); ?>">
     
    1515
    1616            <?php bp_nav_menu(); ?>
    17    
     17
    1818        <?php endif; ?>
    1919
    2020    <?php elseif ( ( function_exists( 'is_bbpress' ) && is_bbpress() ) || is_page( 'new-topic' ) ) : ?>
    21    
     21
    2222        <?php if ( bbp_is_single_forum() || bb_base_topic_search_query( false ) ) : ?>
    2323
     
    112112        <div class="feature">
    113113            <h3><?php _e( 'Theme Development', 'bporg' ); ?></h3>
    114             <p><a href="http://www.packtpub.com/buddypress-theme-development/book" title="BuddyPress Theme Development"><img width="225" alt="A book by: Tammie Lister" src="<?php echo get_stylesheet_directory_uri(); ?>/images/buddypress-packt.jpg"/></a></p>
     114            <p><a href="https://www.packtpub.com/web-development/buddypress-theme-development" title="BuddyPress Theme Development"><img width="225" alt="A book by: Tammie Lister" src="<?php echo get_stylesheet_directory_uri(); ?>/images/buddypress-packt.jpg"/></a></p>
    115115            <p class="book-description">An in-depth guide to designing, developing, and testing your very own custom BuddyPress theme.</p>
    116116        </div>
     
    123123            <h3><?php _e( 'Legacy', 'bporg'); ?></h3>
    124124            <ul>
    125                 <li><a href="http://buddypress.org/support/forum/plugin-forums/" title="Plugin Forums">Legacy Plugin Forums</a></li>
     125                <li><a href="https://buddypress.org/support/forum/plugin-forums/" title="Plugin Forums">Legacy Plugin Forums</a></li>
    126126            </ul>
    127127        </div>
Note: See TracChangeset for help on using the changeset viewer.