Ticket #52: 52.diff
File 52.diff, 1.5 KB (added by , 12 years ago) |
---|
-
browsehappy.com/public_html/functions.php
26 26 'long_name' => 'Apple Safari', 27 27 'wikipedia' => 'Safari', 28 28 'normalized' => 1.5, // include second number if non-zero 29 'facebook' => false,29 'facebook' => 'pages/Apple-Safari/116108788399674', 30 30 'url' => 'http://www.apple.com/safari/', 31 31 'info' => __( '“Safari for Mac and Windows from Apple, the world’s most innovative browser.”', 'browsehappy' ), 32 32 ), … … 164 164 return; 165 165 166 166 ?> 167 <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>167 <p class="likebutton"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2F<?php echo esc_url( $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> 168 168 <?php 169 169 } 170 170