Changeset 23637
- Timestamp:
- 03/07/2013 06:57:56 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r23578 r23637 1176 1176 function wp_nonce_url( $actionurl, $action = -1, $name = '_wpnonce' ) { 1177 1177 $actionurl = str_replace( '&', '&', $actionurl ); 1178 return esc_ url( add_query_arg( $name, wp_create_nonce( $action ), $actionurl ) );1178 return esc_html( add_query_arg( $name, wp_create_nonce( $action ), $actionurl ) ); 1179 1179 } 1180 1180
Note: See TracChangeset
for help on using the changeset viewer.