Changeset 29787 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 09/29/2014 01:23:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r29785 r29787 968 968 * @param string $link The widget's secondary link URL. 969 969 */ 970 'link' => apply_filters( 'dashboard_secondary_link', __( 'http ://planet.wordpress.org/' ) ),970 'link' => apply_filters( 'dashboard_secondary_link', __( 'https://planet.wordpress.org/' ) ), 971 971 972 972 /** … … 977 977 * @param string $url The widget's secondary feed URL. 978 978 */ 979 'url' => apply_filters( 'dashboard_secondary_feed', __( 'http ://planet.wordpress.org/feed/' ) ),979 'url' => apply_filters( 'dashboard_secondary_feed', __( 'https://planet.wordpress.org/feed/' ) ), 980 980 981 981 /**
Note: See TracChangeset
for help on using the changeset viewer.