From aef67d23b8562c7af1288217fd2d05b48cbff69e Mon Sep 17 00:00:00 2001 From: James Costian Date: Sat, 9 Jun 2012 18:12:33 -0500 Subject: [PATCH] Corrects script and style URLs on subdir installs By removing get_template_directory_uri() from each call to either the wp_enqueue_style() or the wp_enqueue_script() function, the URLs to CSS and JS files will now be correct on subdir installs of WP. --- inc/scripts.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/inc/scripts.php b/inc/scripts.php index 5f65cf5..60acdc3 100644 --- a/inc/scripts.php +++ b/inc/scripts.php @@ -1,16 +1,16 @@