Whitespace cleanup for [4656]

git-svn-id: https://develop.svn.wordpress.org/trunk@4657 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2006-12-21 10:45:58 +00:00
parent 31c39f948d
commit a011b23b47
7 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -1081,7 +1081,7 @@ function js_escape($text) {
return preg_replace("/\r?\n/", "\\n", addslashes($text));
}
// Escaping for HTML attributes like
// Escaping for HTML attributes
function attribute_escape($text) {
return wp_specialchars($text, true);
}