Ticket #4254: admin-functions.diff
| File admin-functions.diff, 0.6 kB (added by Speedboxer, 1 year ago) |
|---|
-
admin-functions.php
old new 1828 1828 function browse_happy() { 1829 1829 $getit = __( 'WordPress recommends a better browser' ); 1830 1830 echo ' 1831 < p id="bh" style="text-align: center;"><a href="http://browsehappy.com/" title="'.$getit.'"><img src="images/browse-happy.gif" alt="Browse Happy" /></a></p>1831 <!--[if lt IE 7]><p id="bh" style="text-align: center;"><a href="http://browsehappy.com/" title="'.$getit.'"><img src="images/browse-happy.gif" alt="Browse Happy" /></a></p><![endif]--> 1832 1832 '; 1833 1833 } 1834 1834
