mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
BUGFIX Renamed Tags in TagCloudWidget->Tags() to TagsCollection() which is less confusing and now renders the tags correctly
This commit is contained in:
parent
2b64a33fda
commit
ccd3bc1a49
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user