Changeset 1226 for trunk/wp-includes/functions.php
- Timestamp:
- 05/05/2004 06:47:20 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r1220 r1226 1297 1297 } 1298 1298 1299 function remove_slashes($string) {1300 return stripslashes(stripslashes($string));1301 }1302 1303 1299 function get_posts($args) { 1304 1300 global $wpdb, $tableposts;
Note: See TracChangeset
for help on using the changeset viewer.