Ticket #4221: 4221.docs.patch
| File 4221.docs.patch, 608 bytes (added by , 12 years ago) |
|---|
-
wp-includes/functions.php
1171 1171 * @param string $actionurl URL to add nonce action. 1172 1172 * @param string $action Optional. Nonce action name. 1173 1173 * @param string $name Optional. Nonce name. 1174 * @return string URL with nonce action added.1174 * @return string Escaped URL with nonce action added. 1175 1175 */ 1176 1176 function wp_nonce_url( $actionurl, $action = -1, $name = '_wpnonce' ) { 1177 1177 $actionurl = str_replace( '&', '&', $actionurl );