test
This commit is contained in:
parent
6840f3e144
commit
47c92894f1
1 changed files with 3 additions and 1 deletions
|
@ -63,7 +63,9 @@ class TagEditTheme extends Themelet
|
|||
"name" => "tag_edit__tags",
|
||||
"id" => "tag_editor",
|
||||
], $image->get_tag_list()) : null,
|
||||
link: Extension::is_enabled(TagHistoryInfo::KEY) ? make_link("tag_history/{$image->id}") : null,
|
||||
link: Extension::is_enabled(TagHistoryInfo::KEY) ?
|
||||
make_link("tag_history/{$image->id}") :
|
||||
null,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue