Changes between Initial Version and Version 1 of Ticket #20014, comment 4
- Timestamp:
- 02/24/12 05:28:09 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20014, comment 4
initial v1 2 2 3 3 ` 4 4 5 function wp_check_for_touch_ui(){ 5 6 if( isset( $_COOKIE['wp_ui_touch'] ) && ( 'true' == $_COOKIE['wp_ui_touch'] ) ) return; … … 23 24 // this will catch future touch events if they somehow make it past the login page without touching ... 24 25 add_action( 'admin_footer', 'wp_check_for_touch_ui' ); 26 25 27 ` 26 28
