Changeset 2355029
- Timestamp:
- 08/08/2020 05:06:09 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-mouse-custom-cursor/trunk/wp-mouse-custom-cursor.php
r2353254 r2355029 239 239 if(function_exists('wpmousecustom_cursor_commonscript')){ 240 240 add_action('wp_enqueue_scripts', 'wpmousecustom_add_header'); 241 add_action( 'wp_ body_open', 'wpmousecustom_cursor_function_html' );241 add_action( 'wp_head', 'wpmousecustom_cursor_function_html' ); 242 242 add_action('wp_head', 'wpmousecustom_cursor_commonscript'); 243 243 function wpmousecustom_cursor_function_html(){
Note: See TracChangeset
for help on using the changeset viewer.