Make WordPress Core


Ignore:
Timestamp:
04/12/2015 09:28:58 PM (9 years ago)
Author:
ocean90
Message:

Use HTTPS URLs for codex.wordpress.org.

see #27115.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/credits.php

    r30821 r32116  
    105105        'https://wordpress.org/about/',
    106106        /* translators: Url to the codex documentation on contributing to WordPress used on the credits page */
    107         __( 'http://codex.wordpress.org/Contributing_to_WordPress' ) ) . '</p>';
     107        __( 'https://codex.wordpress.org/Contributing_to_WordPress' ) ) . '</p>';
    108108    include( ABSPATH . 'wp-admin/admin-footer.php' );
    109109    exit;
Note: See TracChangeset for help on using the changeset viewer.