Changeset 1644 for sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/page-plugins.php
- 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/bbpress-org/page-plugins.php
r442 r1644 48 48 49 49 <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> 51 51 52 52 <div class="plugin-meta">
Note: See TracChangeset
for help on using the changeset viewer.