Changeset 1964 for trunk/wp-includes/functions-formatting.php
- Timestamp:
- 12/16/2004 02:57:05 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions-formatting.php
r1940 r1964 547 547 } 548 548 549 function sanitize_email($email) { 550 return preg_replace('/[^a-z0-9+_.@-]/i', '', $email); 551 } 552 549 553 ?>
Note: See TracChangeset
for help on using the changeset viewer.