Make WordPress Core


Ignore:
Timestamp:
04/12/2015 09:28:58 PM (10 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/includes/class-wp-themes-list-table.php

    r30679 r32116  
    214214                <?php if ( $theme->parent() ) {
    215215                    printf( ' <p class="howto">' . __( 'This <a href="%1$s">child theme</a> requires its parent theme, %2$s.' ) . '</p>',
    216                         __( 'http://codex.wordpress.org/Child_Themes' ),
     216                        __( 'https://codex.wordpress.org/Child_Themes' ),
    217217                        $theme->parent()->display( 'Name' ) );
    218218                } ?>
Note: See TracChangeset for help on using the changeset viewer.