Changeset 4657 for branches/2.0/wp-includes/functions-formatting.php
- Timestamp:
- 12/21/2006 10:45:58 AM (19 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-includes/functions-formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/functions-formatting.php
r4656 r4657 1052 1052 } 1053 1053 1054 // Escaping for HTML attributes like1054 // Escaping for HTML attributes 1055 1055 function attribute_escape($text) { 1056 1056 return wp_specialchars($text, true);
Note: See TracChangeset
for help on using the changeset viewer.