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
1 changed files with 1 additions and 1 deletions

View File

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