Making WordPress.org

Changeset 4099


Ignore:
Timestamp:
09/19/2016 10:44:20 AM (9 years ago)
Author:
netweb
Message:

Forums Theme: Explicitly use HTTPS for links where supported

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  
    1717 *
    1818 * Enqueue existing wordpress.org/support stylesheets
    19  * @link http://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/style
     19 * @link https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/style
    2020 */
    2121function wporg_support_scripts() {
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/sidebar.php

    r3934 r4099  
    111111        <div class="feature">
    112112            <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&#8217;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&#8217;s most powerful web publishing software.</p>
    114114        </div>
    115115        <div class="feature">
    116116            <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>
    118118        </div>
    119119        <div style="margin-right: 0pt;" class="feature">
    120120            <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>
    122122        </div>
    123123
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style-rtl.css

    r3981 r4099  
    22 * Adding support for language written in a Right To Left (RTL).
    33 *
    4  * @link http://codex.wordpress.org/Right_to_Left_Language_Support
     4 * @link https://codex.wordpress.org/Right_to_Left_Language_Support
    55 */
    66
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style.css

    r4093 r4099  
    11/**
    22 * Theme Name: WPBBP
    3  * Theme URI: http://wordpress.org/
     3 * Theme URI: https://wordpress.org/
    44 * Author: The WordPress & bbPress teams
    5  * Author URI: http://wordpress.org/
     5 * Author URI: https://wordpress.org/
    66 * Description: A theme for bbPress v2.x Support Forums on wordpress.org sites
    77 * Version: 1.0
    88 * License: GNU General Public License v2 or later
    9  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
     9 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010 * Tags: WordPress, bbPress, Support, Forums
    1111 * Text Domain: wpbbp
Note: See TracChangeset for help on using the changeset viewer.