Changeset 4656 for branches/2.0/wp-includes/functions-formatting.php
- Timestamp:
- 12/21/2006 10:10:04 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/functions-formatting.php
r4387 r4656 1051 1051 return preg_replace("/\r?\n/", "\\n", addslashes($text)); 1052 1052 } 1053 1054 // Escaping for HTML attributes like 1055 function attribute_escape($text) { 1056 return wp_specialchars($text, true); 1057 } 1058 1053 1059 ?>
Note: See TracChangeset
for help on using the changeset viewer.