| 44 | | tags => { |
| 45 | | block => { |
| 46 | | RelatedEntries => \&related_entries, |
| 47 | | RelatedTags => \&related_tags, |
| 48 | | ArchiveTags => \&archive_tags, |
| 49 | | SearchTags => \&search_tags, |
| 50 | | $HAVE_MT_XSEARCH ? (XSearchTags => \&xsearch_tags) : (), |
| 51 | | }, |
| 52 | | function => { |
| 53 | | EntryTagsCount => \&entry_tags_count, |
| 54 | | TagLastUpdated => \&tag_last_updated, |
| 55 | | $HAVE_MT_XSEARCH ? (TagXSearchLink => \&tag_xsearch_link) : (), |
| 56 | | }, |
| 57 | | modifier => { |
| 58 | | encode_urlplus => \&encode_urlplus, |
| | 44 | registry => { |
| | 45 | tags => { |
| | 46 | block => { |
| | 47 | RelatedEntries => \&related_entries, |
| | 48 | RelatedTags => \&related_tags, |
| | 49 | ArchiveTags => \&archive_tags, |
| | 50 | SearchTags => \&search_tags, |
| | 51 | $HAVE_MT_XSEARCH ? (XSearchTags => \&xsearch_tags) : (), |
| | 52 | }, |
| | 53 | function => { |
| | 54 | EntryTagsCount => \&entry_tags_count, |
| | 55 | TagLastUpdated => \&tag_last_updated, |
| | 56 | $HAVE_MT_XSEARCH ? (TagXSearchLink => \&tag_xsearch_link) : (), |
| | 57 | }, |
| | 58 | modifier => { |
| | 59 | encode_urlplus => \&encode_urlplus, |
| | 60 | }, |