Changeset 4099
- Timestamp:
- 09/19/2016 10:44:20 AM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php
r4094 r4099 17 17 * 18 18 * Enqueue existing wordpress.org/support stylesheets 19 * @link http ://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/style19 * @link https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/style 20 20 */ 21 21 function wporg_support_scripts() { -
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 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style-rtl.css
r3981 r4099 2 2 * Adding support for language written in a Right To Left (RTL). 3 3 * 4 * @link http ://codex.wordpress.org/Right_to_Left_Language_Support4 * @link https://codex.wordpress.org/Right_to_Left_Language_Support 5 5 */ 6 6 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style.css
r4093 r4099 1 1 /** 2 2 * Theme Name: WPBBP 3 * Theme URI: http ://wordpress.org/3 * Theme URI: https://wordpress.org/ 4 4 * Author: The WordPress & bbPress teams 5 * Author URI: http ://wordpress.org/5 * Author URI: https://wordpress.org/ 6 6 * Description: A theme for bbPress v2.x Support Forums on wordpress.org sites 7 7 * Version: 1.0 8 8 * License: GNU General Public License v2 or later 9 * License URI: http ://www.gnu.org/licenses/gpl-2.0.html9 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 * Tags: WordPress, bbPress, Support, Forums 11 11 * Text Domain: wpbbp
Note: See TracChangeset
for help on using the changeset viewer.