From 6a04824ef9abeb0adba7eb7385ce99bccf7bd196 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Tue, 16 Dec 2008 10:59:05 +0000 Subject: [PATCH] MINOR Removed comment that isn't appropriate git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@69221 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/model/fieldtypes/Text.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/model/fieldtypes/Text.php b/core/model/fieldtypes/Text.php index 782e43f11..823e3bfdb 100644 --- a/core/model/fieldtypes/Text.php +++ b/core/model/fieldtypes/Text.php @@ -67,7 +67,6 @@ class Text extends DBField { /** * @deprecated. Please use {@link LimitWordCount()} - * or {@link LimitWordCountXML()} instead. */ function LimitWordCountPlainText($numWords = 26) { $ret = $this->LimitWordCount( $numWords );