Make WordPress Core


Ignore:
Timestamp:
06/25/2017 10:05:54 PM (7 years ago)
Author:
DrewAPicture
Message:

Docs: Replace a variety of http links referenced in inline docs with their https counterparts (where possible).

Props johnpgreen.
Fixes #40732.

File:
1 edited

Legend:

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

    r40905 r40948  
    14601460        $notice .= "<p class='browser-update-nag{$browser_nag_class}'>{$msg}</p>";
    14611461
    1462         $browsehappy = 'http://browsehappy.com/';
     1462        $browsehappy = 'https://browsehappy.com/';
    14631463        $locale = get_user_locale();
    14641464        if ( 'en_US' !== $locale )
Note: See TracChangeset for help on using the changeset viewer.