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

    r442 r1644  
    33
    44    <?php if ( is_bbpress() || is_page( 'new-topic' ) ) : ?>
    5    
     5
    66        <?php if ( bbp_is_single_forum() || bb_base_topic_search_query( false ) ) : ?>
    77
     
    9696        <div class="feature">
    9797            <h3><?php _e('bbPress Complete', 'bbporg'); ?></h3>
    98             <p><a href="http://www.packtpub.com/bbpress-complete-comprehensive-guide/book" title="bbPress Complete"><img width="225" alt="" src="<?php echo get_stylesheet_directory_uri(); ?>/images/bbpress-packt.jpg"/></a></p>
     98            <p><a href="https://www.packtpub.com/web-development/bbpress-complete" title="bbPress Complete"><img width="225" alt="" src="<?php echo get_stylesheet_directory_uri(); ?>/images/bbpress-packt.jpg"/></a></p>
    9999            <p class="book-description">A step-by-step guide to creating, managing, and growing a community around your WordPress website.</p>
    100100        </div>
Note: See TracChangeset for help on using the changeset viewer.