From 9016d1ff105be108ea669e40594bc78cd7416ee4 Mon Sep 17 00:00:00 2001 From: westi Date: Sat, 22 May 2010 21:31:14 +0000 Subject: [PATCH] Shake not your iphone for an incorrect password. Fixes #13495 git-svn-id: http://svn.automattic.com/wordpress/trunk@14806 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-login.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-login.php b/wp-login.php index c9756a3ae..5ed01661c 100644 --- a/wp-login.php +++ b/wp-login.php @@ -116,6 +116,7 @@ function login_header($title = 'Log In', $message = '', $wp_error = '') { } } // End of login_header() function wp_shake_js() { + if ( !$is_iphone ) : ?>