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

    r31266 r32314  
    3838                 */
    3939                do_action( 'twentyten_credits' ); ?>
    40                 <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyten' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>"><?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?></a>
     40                <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyten' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>"><?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?></a>
    4141            </div><!-- #site-generator -->
    4242
Note: See TracChangeset for help on using the changeset viewer.