Making WordPress.org


Ignore:
Timestamp:
01/20/2020 07:55:06 PM (5 years ago)
Author:
coffee2code
Message:

Browse Happy: Update browser descriptions and a couple browser links.

Fixes https://github.com/WordPress/browsehappy/pull/47.
Fixes https://github.com/WordPress/browsehappy/issues/20.
Fixes https://github.com/WordPress/browsehappy/pull/3.

File:
1 edited

Legend:

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

    r8449 r9395  
    1515            'facebook' => 'googlechrome',
    1616            'url' => 'https://www.google.com/chrome',
    17             'info' => __( '“A fast new browser from Google. Try it now!”', 'browsehappy' ),
     17            'info' => __( '“Google Chrome is a fast, secure, and free web browser, built for the modern web. Give it a try on your desktop today.”', 'browsehappy' ),
    1818        ),
    1919        'firefox' => (object) array(
     
    2424            'normalized' => 1.5, // include second number if non-zero
    2525            'facebook' => 'Firefox',
    26             'url' => 'https://www.firefox.com/',
    27             'info' => __( "“Your online security is Firefox's top priority. Firefox is free, and made to help you get the most out of the web.”", 'browsehappy' ),
     26            'url' => 'https://www.mozilla.org/firefox/',
     27            'info' => __( "“Responsive engine, less memory usage and packed with features. Download for desktop now.”", 'browsehappy' ),
    2828        ),
    2929        'safari' => (object) array(
     
    3535            'facebook' => false,
    3636            'url' => 'https://www.apple.com/safari/',
    37             'info' => str_replace( 'and Windows ', '', __( '“Safari for Mac and Windows from Apple, the world’s most innovative browser.”', 'browsehappy' ) ),
     37            'info' => __( '“Safari is faster and more energy efficient than other browsers. Now you can shop even more safely and simply in Safari on your Mac.”', 'browsehappy' ),
    3838        ),
    3939        'opera' => (object) array(
     
    4545            'facebook' => 'Opera',
    4646            'url' => 'https://www.opera.com/',
    47             'info' => __( '“The fastest browser on Earth—secure, powerful and easy to use, with excellent privacy protection. And it is free.”', 'browsehappy' ),
     47            'info' => __( '“Opera is a secure, innovative browser used by millions around the world with a built-in ad blocker, free VPN, units converter, social messengers, battery saver and much more - all for your best browsing experience.”', 'browsehappy' ),
    4848        ),
    4949        'edge' => (object) array(
     
    5454            'normalized' => 1, // just first number
    5555            'facebook' => 'MicrosoftEdge',
    56             'url' => 'https://www.microsoft.com/en-us/windows/microsoft-edge',
    57             'info' => __( '“Microsoft Edge ranks first when put to real world page load tests. Whether you use the web to search, watch or play, this browser won’t slow you down.”', 'browsehappy' ),
     56            'url' => 'https://www.microsoft.com/windows/microsoft-edge',
     57            'info' => __( '“Microsoft Edge, a faster browser for Windows 10. Explore a quicker, safer way to browse the internet and get things done. Try it now!”', 'browsehappy' ),
    5858        ),
    5959        'ie' => (object) array(
Note: See TracChangeset for help on using the changeset viewer.