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:
parent
f63d130503
commit
7222eb1151
|
@ -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 ) {
|
function the_attachment_links( $id = false ) {
|
||||||
$id = (int) $id;
|
$id = (int) $id;
|
||||||
$post = & get_post( $id );
|
$post = & get_post( $id );
|
||||||
|
|
Loading…
Reference in New Issue