From ec8aab5f8af516ba8710dec11b60b359d0483c2c Mon Sep 17 00:00:00 2001 From: Matthew Wrather Date: Mon, 18 Jul 2011 13:32:47 -0700 Subject: [PATCH] escaped slashes in preg_replace pattern --- inc/roots-cleanup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/roots-cleanup.php b/inc/roots-cleanup.php index c0fb332..5df1a56 100644 --- a/inc/roots-cleanup.php +++ b/inc/roots-cleanup.php @@ -176,7 +176,7 @@ function roots_remove_recent_comments_style() { // remove CSS from gallery function roots_gallery_style($css) { - return preg_replace("//s", '', $css); + return preg_replace("/