Remove dead browse happy code. Has not been used for 18months in core admin. Props ocean90. Fixes #4833

git-svn-id: https://develop.svn.wordpress.org/trunk@14233 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse
2010-04-25 08:40:37 +00:00
parent cbfbe11ce8
commit a5c4bcabe0
2 changed files with 0 additions and 13 deletions
-12
View File
@@ -2601,18 +2601,6 @@ function parent_dropdown( $default = 0, $parent = 0, $level = 0 ) {
}
}
/**
* {@internal Missing Short Description}}
*
* @since unknown
*/
function browse_happy() {
$getit = __( 'WordPress recommends a better browser' );
echo '
<div id="bh"><a href="http://browsehappy.com/" title="'.$getit.'"><img src="' . esc_url( admin_url( 'images/browse-happy.gif' ) ) . '" alt="Browse Happy" /></a></div>
';
}
/**
* {@internal Missing Short Description}}
*