| 1 | Index: admin-functions.php |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- admin-functions.php (revision 5464) |
|---|
| 4 | +++ admin-functions.php (working copy) |
|---|
| 5 | @@ -1828,7 +1828,7 @@ |
|---|
| 6 | function browse_happy() { |
|---|
| 7 | $getit = __( 'WordPress recommends a better browser' ); |
|---|
| 8 | echo ' |
|---|
| 9 | - <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> |
|---|
| 10 | + <!--[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]--> |
|---|
| 11 | '; |
|---|
| 12 | } |
|---|
| 13 | |
|---|