Changeset 2587 for sites/trunk/browsehappy.com/public_html/functions.php
- Timestamp:
- 02/24/2016 09:10:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/browsehappy.com/public_html/functions.php
r2219 r2587 13 13 'normalized' => 1, // just first number 14 14 'facebook' => 'googlechrome', 15 'url' => 'http ://www.google.com/chrome',15 'url' => 'https://www.google.com/chrome', 16 16 'info' => __( '“A fast new browser from Google. Try it now!”', 'browsehappy' ), 17 17 ), … … 22 22 'normalized' => 1.5, // include second number if non-zero 23 23 'facebook' => 'Firefox', 24 'url' => 'http ://www.firefox.com/',24 'url' => 'https://www.firefox.com/', 25 25 '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 26 ), … … 31 31 'normalized' => 1.5, // include second number if non-zero 32 32 'facebook' => false, 33 'url' => 'http ://www.apple.com/safari/',33 'url' => 'https://www.apple.com/safari/', 34 34 'info' => str_replace( 'and Windows ', '', __( '“Safari for Mac and Windows from Apple, the world’s most innovative browser.”', 'browsehappy' ) ), 35 35 ), … … 83 83 } 84 84 85 $url = 'http ://en.wikipedia.org/w/api.php?action=query&prop=revisions&rvprop=content&format=php&titles=Template:Latest_stable_software_release/';85 $url = 'https://en.wikipedia.org/w/api.php?action=query&prop=revisions&rvprop=content&format=php&titles=Template:Latest_stable_software_release/'; 86 86 $url .= $fragment; 87 87 … … 175 175 176 176 ?> 177 <p class="likebutton"><iframe src="http ://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2F<?php echo $facebook_page; ?>&layout=button_count&show_faces=false&width=172&action=like&font=lucida+grande&colorscheme=light&height=20" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:172px; height:20px;"></iframe></p>177 <p class="likebutton"><iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2F<?php echo $facebook_page; ?>&layout=button_count&show_faces=false&width=172&action=like&font=lucida+grande&colorscheme=light&height=20" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:172px; height:20px;"></iframe></p> 178 178 <?php 179 179 }
Note: See TracChangeset
for help on using the changeset viewer.