Changeset 3973
- Timestamp:
- 07/05/2006 09:52:18 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/functions.php
r3936 r3973 2317 2317 2318 2318 function wp_nonce_url($actionurl, $action = -1) { 2319 return add_query_arg('_wpnonce', wp_create_nonce($action), $actionurl);2319 return wp_specialchars(add_query_arg('_wpnonce', wp_create_nonce($action), $actionurl)); 2320 2320 } 2321 2321
Note: See TracChangeset
for help on using the changeset viewer.