From 37dbcc2a809c626d9d22a8730f1b078ce1a447a1 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Thu, 21 Jun 2007 21:53:41 +0000 Subject: [PATCH] BrowseHappy is outdated. fixes #4254 git-svn-id: http://svn.automattic.com/wordpress/trunk@5742 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 9eb9f0bc51..6c408d6988 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -495,16 +495,6 @@ function parent_dropdown( $default = 0, $parent = 0, $level = 0 ) { } } -function browse_happy() { - $getit = __( 'WordPress recommends a better browser' ); - echo ' -

Browse Happy

- '; -} - -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 );