Make WordPress Core


Ignore:
Timestamp:
10/02/2015 10:45:53 PM (9 years ago)
Author:
johnbillion
Message:

Switch the remaining user-facing links to wordpress.org over to HTTPS.

Fixes #27115

File:
1 edited

Legend:

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

    r34778 r34783  
    10091009             * @param string $link The widget's primary link URL.
    10101010             */
    1011             'link' => apply_filters( 'dashboard_primary_link', __( 'http://wordpress.org/news/' ) ),
     1011            'link' => apply_filters( 'dashboard_primary_link', __( 'https://wordpress.org/news/' ) ),
    10121012
    10131013            /**
Note: See TracChangeset for help on using the changeset viewer.