Stylesheet enqueuing Line 113
-
Hi I’m looking at the way the stylesheet is enqueued on line 113. In version 4.0.1 it is:
wp_enqueue_style('mailchimpSF_main_css', home_url('?mcsf_action=main_css&ver='.MCSF_VER));Should it actually look like this so that WordPress is aware of the version number for the stylesheet?
wp_enqueue_style('mailchimpSF_main_css', home_url('?mcsf_action=main_css'), false, MCSF_VER);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Stylesheet enqueuing Line 113’ is closed to new replies.