Removed comment

This commit is contained in:
Scott Walkinshaw
2011-03-30 20:29:18 -06:00
parent c6fdd5f320
commit d3fa9a5683

View File

@@ -28,7 +28,6 @@ add_action('admin_init', 'roots_flush_rewrites');
function roots_clean_assets($content) { function roots_clean_assets($content) {
$theme_name = next(explode('/themes/', $content)); $theme_name = next(explode('/themes/', $content));
$current_path = '/wp-content/themes/' . $theme_name; $current_path = '/wp-content/themes/' . $theme_name;
//$current_path = '/wp-content/themes/roots';
$new_path = ''; $new_path = '';
$content = str_replace($current_path, $new_path, $content); $content = str_replace($current_path, $new_path, $content);
return $content; return $content;