Changeset 7375 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/inc/template-tags.php
- Timestamp:
- 07/05/2018 09:52:30 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
r7357 r7375 22 22 <td><?php echo esc_html( date_i18n( get_option( 'date_format' ), $release['builton'] ) ); ?></td> 23 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><?php if ( ! $is_rosetta ) : ?> | <a href="<?php echo esc_url( $release['zip_url'] . '.sha1' ); ?>">sha1</a><?php endif; ?>)</small> 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> 25 29 </td> 26 30 <td><a href="<?php echo esc_url( $release['targz_url'] ); ?>">tar.gz</a> 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> 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> 28 36 </td> 29 37 <?php if ( ! $is_rosetta ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.