Changeset 1644 for sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/sidebar.php
- 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/buddypress-org/sidebar.php
r508 r1644 3 3 4 4 <?php if ( function_exists( 'is_buddypress' ) && is_buddypress() ) : ?> 5 5 6 6 <?php if ( bp_is_user() ) : ?> 7 7 8 8 <div id="item-header-avatar"> 9 9 <a href="<?php bp_displayed_user_link(); ?>"> … … 15 15 16 16 <?php bp_nav_menu(); ?> 17 17 18 18 <?php endif; ?> 19 19 20 20 <?php elseif ( ( function_exists( 'is_bbpress' ) && is_bbpress() ) || is_page( 'new-topic' ) ) : ?> 21 21 22 22 <?php if ( bbp_is_single_forum() || bb_base_topic_search_query( false ) ) : ?> 23 23 … … 112 112 <div class="feature"> 113 113 <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> 115 115 <p class="book-description">An in-depth guide to designing, developing, and testing your very own custom BuddyPress theme.</p> 116 116 </div> … … 123 123 <h3><?php _e( 'Legacy', 'bporg'); ?></h3> 124 124 <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> 126 126 </ul> 127 127 </div>
Note: See TracChangeset
for help on using the changeset viewer.