Use SSL when linking to WordPress.org. see #27115.

Built from https://develop.svn.wordpress.org/trunk@27469


git-svn-id: http://core.svn.wordpress.org/trunk@27314 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin
2014-03-08 04:14:15 +00:00
parent 833c8e5419
commit dce0b9adea
51 changed files with 65 additions and 64 deletions

View File

@@ -102,7 +102,7 @@ $credits = wp_credits();
if ( ! $credits ) {
echo '<p class="about-description">' . sprintf( __( 'WordPress is created by a <a href="%1$s">worldwide team</a> of passionate individuals. <a href="%2$s">Get involved in WordPress</a>.' ),
'http://wordpress.org/about/',
'https://wordpress.org/about/',
/* translators: Url to the codex documentation on contributing to WordPress used on the credits page */
__( 'http://codex.wordpress.org/Contributing_to_WordPress' ) ) . '</p>';
include( ABSPATH . 'wp-admin/admin-footer.php' );
@@ -161,7 +161,7 @@ foreach ( $credits['groups'] as $group_slug => $group_data ) {
?>
<p class="clear"><?php printf( __( 'Want to see your name in lights on this page? <a href="%s">Get involved in WordPress</a>.' ),
/* translators: URL to the Make WordPress 'Get Involved' landing page used on the credits page */
__( 'http://make.wordpress.org/' ) ); ?></p>
__( 'https://make.wordpress.org/' ) ); ?></p>
</div>
<?php