Changeset 4656 for trunk/wp-includes/formatting.php
- Timestamp:
- 12/21/2006 10:10:04 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r4593 r4656 1082 1082 } 1083 1083 1084 // Escaping for HTML attributes like 1085 function attribute_escape($text) { 1086 return wp_specialchars($text, true); 1087 } 1088 1084 1089 function wp_make_link_relative( $link ) { 1085 1090 return preg_replace('|https?://[^/]+(/.*)|i', '$1', $link );
Note: See TracChangeset
for help on using the changeset viewer.