Changeset 2654
- Timestamp:
- 03/01/2016 03:32:49 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/single-plugin.php
r2612 r2654 34 34 <div class="description-right"> 35 35 <p class="button"> 36 <a itemprop='downloadUrl' href='<?php echo esc_url( wporg_plugins_download_link() ); ?>'><?php printf( __( 'Download Version %s', 'wporg-plugins' ), wporg_plugins_the_version()); ?></a>36 <a itemprop='downloadUrl' href='<?php echo esc_url( wporg_plugins_download_link() ); ?>'><?php _e( 'Download', 'wporg-plugins' ); ?></a> 37 37 </p> 38 38 <meta itemprop="softwareVersion" content="<?php echo esc_attr( wporg_plugins_the_version() ); ?>" /> … … 67 67 <div class="" style="width: 212px; float: right;"> 68 68 <p> 69 <strong>Requires:</strong> <?php printf( __('%s or higher', 'wporg-plugins' ), wporg_plugins_template_requires() ); ?><br /> 70 <strong>Compatible up to:</strong> <?php echo wporg_plugins_template_compatible_up_to(); ?><br /> 71 <strong>Last Updated: </strong> <?php echo wporg_plugins_template_last_updated(); ?><br /> 72 <strong>Active Installs:</strong> <?php echo worg_plugins_template_active_installs( false ); ?><br /> 69 <strong>Version:</strong> <?php echo wporg_plugins_the_version(); ?><br> 70 <strong>Requires:</strong> <?php printf( __('%s or higher', 'wporg-plugins' ), wporg_plugins_template_requires() ); ?><br> 71 <strong>Compatible up to:</strong> <?php echo wporg_plugins_template_compatible_up_to(); ?><br> 72 <strong>Last Updated: </strong> <?php echo wporg_plugins_template_last_updated(); ?><br> 73 <strong>Active Installs:</strong> <?php echo worg_plugins_template_active_installs( false ); ?><br> 73 74 <meta itemprop="dateModified" content="<?php the_time('Y-m-d'); ?>" /> 74 75 </p>
Note: See TracChangeset
for help on using the changeset viewer.