diff --git a/wp-includes/functions.php b/wp-includes/functions.php index bd3e2f92e..193cb346f 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -1296,10 +1296,6 @@ function rewrite_rules($matches = '', $permalink_structure = '') { return $rewrite; } -function remove_slashes($string) { - return stripslashes(stripslashes($string)); -} - function get_posts($args) { global $wpdb, $tableposts; parse_str($args, $r); diff --git a/wp-includes/template-functions-comment.php b/wp-includes/template-functions-comment.php index c8ba7bea7..1902279b0 100644 --- a/wp-includes/template-functions-comment.php +++ b/wp-includes/template-functions-comment.php @@ -1,23 +1,19 @@