Make WordPress Core

Changeset 14806


Ignore:
Timestamp:
05/22/2010 09:31:14 PM (15 years ago)
Author:
westi
Message:

Shake not your iphone for an incorrect password. Fixes #13495

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-login.php

    r14639 r14806  
    117117} // End of login_header()
    118118function wp_shake_js() {
     119    if ( !$is_iphone ) :
    119120?>
    120121<script type="text/javascript">
     
    126127</script>
    127128<?php
     129    endif;
    128130}
    129131
Note: See TracChangeset for help on using the changeset viewer.