Enter now works for popups.

git-svn-id: https://develop.svn.wordpress.org/trunk@2815 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2005-08-28 08:30:21 +00:00
parent 01bd221a56
commit 938ebec83a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1371,7 +1371,7 @@ function get_plugin_page_hook($plugin_page, $parent_page) {
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.png" alt="Browse Happy" /></a></p>
<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 ( strstr( $_SERVER['HTTP_USER_AGENT'], 'MSIE' ) )