Changeset 7793
- Timestamp:
- 10/27/2018 02:33:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/embed.php
r7499 r7793 181 181 <div class="wp-embed-meta"> 182 182 <?php if ( 'publish' === get_post_status() ) : ?> 183 <a class="plugin-download button download-button button-large" href="<?php echo esc_url( Template::download_link() ); ?>"><?php esc_html_e( 'Get this plugin', 'wporg-plugins' ); ?></a>183 <a class="plugin-download button download-button button-large" href="<?php echo esc_url( the_permalink() ); ?>"><?php esc_html_e( 'Get this plugin', 'wporg-plugins' ); ?></a> 184 184 <?php endif; ?> 185 185 </div>
Note: See TracChangeset
for help on using the changeset viewer.