Make WordPress Core


Ignore:
Timestamp:
03/03/2014 02:33:24 AM (11 years ago)
Author:
nacin
Message:

Reference https://wordpress.org rather than http://wordpress.org in strings, links, comments, etc.

props Ipstenu, markjaquith.
see #27115.

File:
1 edited

Legend:

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

    r27011 r27369  
    128128        'id'        => 'wporg',
    129129        'title'     => __('WordPress.org'),
    130         'href'      => __('http://wordpress.org/'),
     130        'href'      => __('https://wordpress.org/'),
    131131    ) );
    132132
     
    144144        'id'        => 'support-forums',
    145145        'title'     => __('Support Forums'),
    146         'href'      => __('http://wordpress.org/support/'),
     146        'href'      => __('https://wordpress.org/support/'),
    147147    ) );
    148148
     
    152152        'id'        => 'feedback',
    153153        'title'     => __('Feedback'),
    154         'href'      => __('http://wordpress.org/support/forum/requests-and-feedback'),
     154        'href'      => __('https://wordpress.org/support/forum/requests-and-feedback'),
    155155    ) );
    156156}
Note: See TracChangeset for help on using the changeset viewer.