- 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/bb-base/sidebar.php
r442 r1644 3 3 4 4 <?php if ( function_exists( 'is_bbpress' ) && ( 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('WordPress', 'bbporg'); ?></h3> 98 <p><a href="http ://wordpress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/wordpress.gif"/></a>The world’s most powerful web publishing software.</p>98 <p><a href="https://wordpress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/wordpress.gif"/></a>The world’s most powerful web publishing software.</p> 99 99 </div> 100 100 <div class="feature"> 101 101 <h3><?php _e('bbPress', 'bbporg'); ?></h3> 102 <p><a href="http ://bbpress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/bbpress.gif"/></a>Simple and elegant forum software from the creators of WordPress.</p>102 <p><a href="https://bbpress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/bbpress.gif"/></a>Simple and elegant forum software from the creators of WordPress.</p> 103 103 </div> 104 104 <div style="margin-right: 0pt;" class="feature"> 105 105 <h3><?php _e('BuddyPress', 'bbporg'); ?></h3> 106 <p><a href="http ://buddypress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/buddypress.gif"/></a>Create a fully featured niche social-network with a few easy clicks.</p>106 <p><a href="https://buddypress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/buddypress.gif"/></a>Create a fully featured niche social-network with a few easy clicks.</p> 107 107 </div> 108 108
Note: See TracChangeset
for help on using the changeset viewer.