Changeset 3974
- Timestamp:
- 07/05/2006 09:55:24 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r3960 r3974 807 807 808 808 function wp_nonce_url($actionurl, $action = -1) { 809 return add_query_arg('_wpnonce', wp_create_nonce($action), $actionurl);809 return wp_specialchars(add_query_arg('_wpnonce', wp_create_nonce($action), $actionurl)); 810 810 } 811 811
Note: See TracChangeset
for help on using the changeset viewer.