Changeset 4656 for branches/2.0/wp-includes/template-functions-general.php
- Timestamp:
- 12/21/2006 10:10:04 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/template-functions-general.php
r4641 r4656 264 264 function get_archives_link($url, $text, $format = 'html', $before = '', $after = '') { 265 265 $text = wptexturize($text); 266 $title_text = wp_specialchars($text, 1);266 $title_text = attribute_escape($text); 267 267 268 268 if ('link' == $format)
Note: See TracChangeset
for help on using the changeset viewer.