Changeset 4099 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/sidebar.php
- Timestamp:
- 09/19/2016 10:44:20 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/sidebar.php
r3934 r4099 111 111 <div class="feature"> 112 112 <h3><?php _e( 'WordPress', 'wporg-forums' ); ?></h3> 113 <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>113 <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> 114 114 </div> 115 115 <div class="feature"> 116 116 <h3><?php _e( 'bbPress', 'wporg-forums' ); ?></h3> 117 <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>117 <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> 118 118 </div> 119 119 <div style="margin-right: 0pt;" class="feature"> 120 120 <h3><?php _e( 'BuddyPress', 'wporg-forums' ); ?></h3> 121 <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>121 <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> 122 122 </div> 123 123
Note: See TracChangeset
for help on using the changeset viewer.