Making WordPress.org

Changeset 6967


Ignore:
Timestamp:
03/29/2018 03:20:15 AM (6 years ago)
Author:
dd32
Message:

Main: Front-page: Use localised swag links.

See #3046.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/front-page.php

    r6887 r6967  
    195195
    196196            <div class="<?php echo esc_attr( $swag_class ); ?> first">
    197                 <h4><a href="https://wordpress.org/about/swag/"><?php _e( 'WordPress&nbsp;Swag', 'wporg' ); ?></a></h4>
    198                 <a href="https://wordpress.org/about/swag/">
     197                <h4><a href="/about/swag/"><?php _e( 'WordPress&nbsp;Swag', 'wporg' ); ?></a></h4>
     198                <a href="/about/swag/">
    199199                    <?php if ( $showcase ) : ?>
    200200                        <img width="288" height="288" src="https://s.w.org/images/home/swag_col-2.png" srcset="https://s.w.org/images/home/swag_col-2_x2.png 2x" alt="<?php esc_attr_e( 'WordPress Swag', 'wporg' ); ?>" />
Note: See TracChangeset for help on using the changeset viewer.