BrowseHappy is outdated. fixes #4254

git-svn-id: https://develop.svn.wordpress.org/trunk@5742 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2007-06-21 21:53:41 +00:00
parent f63d130503
commit 7222eb1151
1 changed files with 0 additions and 10 deletions

View File

@ -495,16 +495,6 @@ function parent_dropdown( $default = 0, $parent = 0, $level = 0 ) {
}
}
function browse_happy() {
$getit = __( 'WordPress recommends a better browser' );
echo '
<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>
';
}
if (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false)
add_action( 'admin_footer', 'browse_happy' );
function the_attachment_links( $id = false ) {
$id = (int) $id;
$post = & get_post( $id );