diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 2d06fc32bb..ae0ec09d17 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -1194,7 +1194,7 @@ function is_blog_installed() { * @param string $actionurl URL to add nonce action. * @param string $action Optional. Nonce action name. * @param string $name Optional. Nonce name. - * @return string URL with nonce action added. + * @return string Escaped URL with nonce action added. */ function wp_nonce_url( $actionurl, $action = -1, $name = '_wpnonce' ) { $actionurl = str_replace( '&', '&', $actionurl );