Making WordPress.org


Ignore:
Timestamp:
06/02/2015 09:17:54 PM (9 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress.org: Use https scheme across relevant URLs.

Props netweb. Fixes #1069.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/page-plugins.php

    r442 r1644  
    4848
    4949                <div class="single-plugin">
    50                     <h3 class="plugin-title"><a href="<?php echo esc_url( 'http://wordpress.org/extend/plugins/' . $plugin->slug ); ?>/" title="Plugin Information"><?php echo esc_html( $plugin->name ); ?></a></h3>
     50                    <h3 class="plugin-title"><a href="<?php echo esc_url( 'https://wordpress.org/extend/plugins/' . $plugin->slug ); ?>/" title="Plugin Information"><?php echo esc_html( $plugin->name ); ?></a></h3>
    5151
    5252                    <div class="plugin-meta">
Note: See TracChangeset for help on using the changeset viewer.