Changeset 7403 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/inc/template-tags.php
- Timestamp:
- 07/10/2018 05:11:21 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/inc/template-tags.php
r7375 r7403 21 21 <td><?php echo esc_html( $release['version'] ); ?></td> 22 22 <td><?php echo esc_html( date_i18n( get_option( 'date_format' ), $release['builton'] ) ); ?></td> 23 <td><a href="<?php echo esc_url( $release['zip_url'] ); ?>">zip</a> 24 <small>(<a href="<?php echo esc_url( $release['zip_url'] . '.md5' ); ?>">md5</a> 25 <?php if ( ! $is_rosetta ) : ?> 26 | <a href="<?php echo esc_url( $release['zip_url'] . '.sha1' ); ?>">sha1</a> 27 <?php endif; ?>) 28 </small> 23 <td><a href="<?php echo esc_url( $release['zip_url'] ); ?>">zip</a><br> 24 <small>(<a href="<?php echo esc_url( $release['zip_url'] . '.md5' ); ?>">md5</a><?php if ( ! $is_rosetta ) : ?> | <a href="<?php echo esc_url( $release['zip_url'] . '.sha1' ); ?>">sha1</a><?php endif; ?>)</small> 29 25 </td> 30 <td><a href="<?php echo esc_url( $release['targz_url'] ); ?>">tar.gz</a> 31 <small>(<a href="<?php echo esc_url( $release['targz_url'] . '.md5' ); ?>">md5</a> 32 <?php if ( ! $is_rosetta ) : ?> 33 | <a href="<?php echo esc_url( $release['targz_url'] . '.sha1' ); ?>">sha1</a> 34 <?php endif; ?>) 35 </small> 26 <td><a href="<?php echo esc_url( $release['targz_url'] ); ?>">tar.gz</a><br> 27 <small>(<a href="<?php echo esc_url( $release['targz_url'] . '.md5' ); ?>">md5</a><?php if ( ! $is_rosetta ) : ?> | <a href="<?php echo esc_url( $release['targz_url'] . '.sha1' ); ?>">sha1</a><?php endif; ?>)</small> 36 28 </td> 37 29 <?php if ( ! $is_rosetta ) : ?> 38 30 <td> 39 31 <?php if ( ! empty( $release['iis_url'] ) ) : ?> 40 <a href="<?php echo esc_url( $release['iis_url'] ); ?>">IIS zip</a> 32 <a href="<?php echo esc_url( $release['iis_url'] ); ?>">IIS zip</a><br> 41 33 <small>(<a href="<?php echo esc_url( $release['iis_url'] . '.md5' ); ?>">md5</a> | <a href="<?php echo esc_url( $release['iis_url'] . '.sha1' ); ?>">sha1</a>)</small> 42 34 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.