Changeset 1340802
- Timestamp:
- 02/01/2016 05:25:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
handsome-testimonials/trunk/includes/admin-popups.php
r1334223 r1340802 164 164 } 165 165 166 function fb_enqueue_wp_pointer( $hook_suffix ) {166 function hndtst_fb_enqueue_wp_pointer( $hook_suffix ) { 167 167 // Don't run on WP < 3.3 168 168 if ( get_bloginfo( 'version' ) < '3.3' ) … … 188 188 add_action( 'admin_print_footer_scripts', 'hntst_email_pointer_content' ); 189 189 190 }elseif((($now-$email_pointer_close_time) > $one_hour* 72) && !$survey_hidden){ //if after 3 days190 }elseif((($now-$email_pointer_close_time) > $one_hour*24) && !$survey_hidden){ //if after 3 days 191 191 //popup survey pointer 192 192 add_action( 'admin_print_footer_scripts', 'hntst_popup_survey_pointer' ); … … 201 201 } 202 202 } 203 add_action( 'admin_enqueue_scripts', ' fb_enqueue_wp_pointer' );203 add_action( 'admin_enqueue_scripts', 'hndtst_fb_enqueue_wp_pointer' ); 204 204 205 205 /* send feedback with js */
Note: See TracChangeset
for help on using the changeset viewer.