Browse Source

Tweak wording.

Mark Story 8 years ago
parent
commit
ff5b828b03
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/Helper/HtmlHelper.php

+ 1 - 1
src/View/Helper/HtmlHelper.php

@@ -335,7 +335,7 @@ class HtmlHelper extends Helper
      * - `confirm` JavaScript confirmation message.
      *
      * @param string|array $title The content to be wrapped by `<a>` 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.