Make WordPress Core


Ignore:
Timestamp:
09/29/2014 01:23:46 PM (10 years ago)
Author:
markjaquith
Message:

Use HTTPS links for planet.wordpress.org

see #27115

File:
1 edited

Legend:

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

    r29785 r29787  
    968968             * @param string $link The widget's secondary link URL.
    969969             */
    970             'link' => apply_filters( 'dashboard_secondary_link', __( 'http://planet.wordpress.org/' ) ),
     970            'link' => apply_filters( 'dashboard_secondary_link', __( 'https://planet.wordpress.org/' ) ),
    971971
    972972            /**
     
    977977             * @param string $url The widget's secondary feed URL.
    978978             */
    979             'url' => apply_filters( 'dashboard_secondary_feed', __( 'http://planet.wordpress.org/feed/' ) ),
     979            'url' => apply_filters( 'dashboard_secondary_feed', __( 'https://planet.wordpress.org/feed/' ) ),
    980980
    981981            /**
Note: See TracChangeset for help on using the changeset viewer.