- Timestamp:
- 06/02/2015 09:17:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/sidebar.php
r442 r1644 3 3 4 4 <?php if ( is_bbpress() || is_page( 'new-topic' ) ) : ?> 5 5 6 6 <?php if ( bbp_is_single_forum() || bb_base_topic_search_query( false ) ) : ?> 7 7 … … 96 96 <div class="feature"> 97 97 <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> 99 99 <p class="book-description">A step-by-step guide to creating, managing, and growing a community around your WordPress website.</p> 100 100 </div>
Note: See TracChangeset
for help on using the changeset viewer.