Making WordPress.org


Ignore:
Timestamp:
07/05/2018 09:52:30 PM (7 years ago)
Author:
obenland
Message:

Main: PHPCS updates

See #3673.

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  
    2222        <td><?php echo esc_html( date_i18n( get_option( 'date_format' ), $release['builton'] ) ); ?></td>
    2323        <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>
    2529        </td>
    2630        <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>
    2836        </td>
    2937        <?php if ( ! $is_rosetta ) : ?>
Note: See TracChangeset for help on using the changeset viewer.