Changeset 14809
- Timestamp:
- 05/23/2010 12:26:13 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r14806 r14809 117 117 } // End of login_header() 118 118 function wp_shake_js() { 119 if ( !$is_iphone ) : 119 global $is_iphone; 120 if ( $is_iphone ) 121 return; 120 122 ?> 121 123 <script type="text/javascript"> … … 127 129 </script> 128 130 <?php 129 endif;130 131 } 131 132
Note: See TracChangeset
for help on using the changeset viewer.