Changeset 6817
- Timestamp:
- 02/13/2008 06:14:38 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r6813 r6817 1257 1257 if ( 'use_id' != $lookup ) 1258 1258 $object = call_user_func( $lookup, $object ); 1259 return sprintf( $trans[$verb][$noun][0], $object);1259 return sprintf( $trans[$verb][$noun][0], wp_specialchars($object) ); 1260 1260 } else { 1261 1261 return $trans[$verb][$noun][0];
Note: See TracChangeset
for help on using the changeset viewer.