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/twentytwelve/footer.php

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