BUGFIX Renamed Tags in TagCloudWidget->Tags() to TagsCollection() which is less confusing and now renders the tags correctly

This commit is contained in:
Sean Harvey 2008-07-29 04:17:34 +00:00
parent 2b64a33fda
commit ccd3bc1a49

View File

@ -41,7 +41,7 @@ class TagCloudWidget extends Widget {
return $this->Title ? $this->Title : 'Tag Cloud'; return $this->Title ? $this->Title : 'Tag Cloud';
} }
function Tags() { function TagsCollection() {
Requirements::css("blog/css/tagcloud.css"); Requirements::css("blog/css/tagcloud.css");
$allTags = array(); $allTags = array();