Spelling error in theme Structure
-
There is spelling error in theme Structure in file functions.php. Instead of
wp_register_script('iepngfix', get_bloginfo('template_url') . 'js/iepngfix_tilebg.js');
there should be
wp_register_script('iepngfix', get_bloginfo('template_url') . '/js/iepngfix_tilebg.js');
Current code produces nonexistent file (meaning error 404 on every page load).(btw, you also have problem with content of footer of this forum ;))
- The topic ‘Spelling error in theme Structure’ is closed to new replies.