]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/class-wp-themes-list-table.php
WordPress 4.2
[autoinstalls/wordpress.git] / wp-admin / includes / class-wp-themes-list-table.php
index 6311e7554c61745e9b719319862aef0afba59a53..84acfed20e3a799c97b10dae90066be77e50136e 100644 (file)
@@ -213,7 +213,7 @@ class WP_Themes_List_Table extends WP_List_Table {
                                <p><?php echo $theme->display('Description'); ?></p>
                                <?php if ( $theme->parent() ) {
                                        printf( ' <p class="howto">' . __( 'This <a href="%1$s">child theme</a> requires its parent theme, %2$s.' ) . '</p>',
-                                               __( 'http://codex.wordpress.org/Child_Themes' ),
+                                               __( 'https://codex.wordpress.org/Child_Themes' ),
                                                $theme->parent()->display( 'Name' ) );
                                } ?>
                        </div>