Make WordPress Core


Ignore:
Timestamp:
04/27/2015 05:35:06 PM (11 years ago)
Author:
lancewillett
Message:

Bundled themes: use SSL WordPress.org URLs.

Props SergeyBiryukov, fixes #32083.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentythirteen/footer.php

    r25522 r32314  
    1717            <div class="site-info">
    1818                <?php do_action( 'twentythirteen_credits' ); ?>
    19                 <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentythirteen' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentythirteen' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a>
     19                <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentythirteen' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentythirteen' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a>
    2020            </div><!-- .site-info -->
    2121        </footer><!-- #colophon -->
Note: See TracChangeset for help on using the changeset viewer.