Make WordPress Core


Ignore:
Timestamp:
05/05/2004 06:47:20 AM (21 years ago)
Author:
saxmatt
Message:

remove_slashes was broken.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r1220 r1226  
    12971297}
    12981298
    1299 function remove_slashes($string) {
    1300     return stripslashes(stripslashes($string));
    1301 }
    1302 
    13031299function get_posts($args) {
    13041300    global $wpdb, $tableposts;
Note: See TracChangeset for help on using the changeset viewer.