Changeset 9395 for sites/trunk/browsehappy.com/public_html/functions.php
- Timestamp:
- 01/20/2020 07:55:06 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/browsehappy.com/public_html/functions.php
r8449 r9395 15 15 'facebook' => 'googlechrome', 16 16 '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' ), 18 18 ), 19 19 'firefox' => (object) array( … … 24 24 'normalized' => 1.5, // include second number if non-zero 25 25 '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' ), 28 28 ), 29 29 'safari' => (object) array( … … 35 35 'facebook' => false, 36 36 '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' ), 38 38 ), 39 39 'opera' => (object) array( … … 45 45 'facebook' => 'Opera', 46 46 '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' ), 48 48 ), 49 49 'edge' => (object) array( … … 54 54 'normalized' => 1, // just first number 55 55 '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' ), 58 58 ), 59 59 'ie' => (object) array(
Note: See TracChangeset
for help on using the changeset viewer.