From ff5b828b03965483bc69fcde300b502d6aaa9887 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sat, 3 Jun 2017 22:04:11 -0400 Subject: [PATCH] Tweak wording. --- src/View/Helper/HtmlHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/Helper/HtmlHelper.php b/src/View/Helper/HtmlHelper.php index 7986777c1f8..349c15f9259 100644 --- a/src/View/Helper/HtmlHelper.php +++ b/src/View/Helper/HtmlHelper.php @@ -335,7 +335,7 @@ public function charset($charset = null) * - `confirm` JavaScript confirmation message. * * @param string|array $title The content to be wrapped by `` tags. - * Can also be array if $url is null and will use the URL as title then. + * Can be an array if $url is null. If $url is null, $title will be used as both the URL and title. * @param string|array|null $url Cake-relative URL or array of URL parameters, or * external URL (starts with http://) * @param array $options Array of options and HTML attributes.