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/twentyeleven/inc/theme-options.php

    r32116 r32314  
    119119    $sidebar = '<p><strong>' . __( 'For more information:', 'twentyeleven' ) . '</strong></p>' .
    120120        '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Theme_Options_Screen" target="_blank">Documentation on Theme Options</a>', 'twentyeleven' ) . '</p>' .
    121         '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>', 'twentyeleven' ) . '</p>';
     121        '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>', 'twentyeleven' ) . '</p>';
    122122
    123123    $screen = get_current_screen();
Note: See TracChangeset for help on using the changeset viewer.