Making WordPress.org

Changeset 5760


Ignore:
Timestamp:
08/07/2017 06:05:57 PM (9 years ago)
Author:
coffee2code
Message:

Browse Happy: Use HTTPS for Opera's URL.

See https://github.com/WordPress/browsehappy/pull/35

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/browsehappy.com/public_html/functions.php

    r5759 r5760  
    4444            'normalized' => 1, // just first number
    4545            'facebook' => 'Opera',
    46             'url' => 'http://www.opera.com/',
     46            'url' => 'https://www.opera.com/',
    4747            'info' => __( '“The fastest browser on Earth—secure, powerful and easy to use, with excellent privacy protection. And it is free.”', 'browsehappy' ),
    4848        ),
Note: See TracChangeset for help on using the changeset viewer.