From c00cebb0c3634a0df50224b7db23108c95f2ee91 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Mon, 21 Dec 2009 09:54:35 -0500 Subject: [PATCH] Removing doc for param that no longer exists. --- cake/libs/view/helpers/html.php | 1 - 1 file changed, 1 deletion(-) diff --git a/cake/libs/view/helpers/html.php b/cake/libs/view/helpers/html.php index 5d66cd5fd..8aebddab6 100644 --- a/cake/libs/view/helpers/html.php +++ b/cake/libs/view/helpers/html.php @@ -710,7 +710,6 @@ class HtmlHelper extends AppHelper { * @param string $text String content that will appear inside the div element. * If null, only a start tag will be printed * @param array $options Additional HTML attributes of the DIV tag, see above. - * @param boolean $escape If true, $text will be HTML-escaped (Deprecated, use $options['escape']) * @return string The formatted tag element * @access public */