Make WordPress Core


Ignore:
Timestamp:
04/27/2015 05:35:06 PM (9 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/twentyeleven/footer.php

    r25746 r32314  
    2626            <div id="site-generator">
    2727                <?php do_action( 'twentyeleven_credits' ); ?>
    28                 <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyeleven' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?></a>
     28                <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyeleven' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?></a>
    2929            </div>
    3030    </footer><!-- #colophon -->
Note: See TracChangeset for help on using the changeset viewer.