mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
remove_slashes was broken.
git-svn-id: https://develop.svn.wordpress.org/trunk@1226 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user