Changeset 12487 for sites/trunk/browsehappy.com/public_html/functions.php
- Timestamp:
- 03/22/2023 06:54:25 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/browsehappy.com/public_html/functions.php
r11222 r12487 78 78 : __( '“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' ) 79 79 ), 80 ), 81 'brave' => (object) array( 82 'name' => 'Brave', 83 'long_name' => 'Brave', 84 'wikipedia' => 'Brave_(web_browser)', 85 'wikidata' => 'Q22906900', 86 'normalized' => 1.5, // include second number if non-zero 87 'facebook' => 'bravetheinternet', 88 'url' => 'https://brave.com/', 89 'info' => __( '“The Brave browser is a fast, private and secure web browser for PC, Mac and mobile.”', 'browsehappy' ), 80 90 ), 81 91 );
Note: See TracChangeset
for help on using the changeset viewer.