From d3fa9a56835b2ba3e4dcba45f813c6f83b2a905c Mon Sep 17 00:00:00 2001 From: Scott Walkinshaw Date: Wed, 30 Mar 2011 20:29:18 -0600 Subject: [PATCH] Removed comment --- includes/roots-cleanup.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/roots-cleanup.php b/includes/roots-cleanup.php index 4fdc7fe..45f9d7f 100644 --- a/includes/roots-cleanup.php +++ b/includes/roots-cleanup.php @@ -28,7 +28,6 @@ add_action('admin_init', 'roots_flush_rewrites'); function roots_clean_assets($content) { $theme_name = next(explode('/themes/', $content)); $current_path = '/wp-content/themes/' . $theme_name; - //$current_path = '/wp-content/themes/roots'; $new_path = ''; $content = str_replace($current_path, $new_path, $content); return $content;