mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Remove tag plugin code from tag hashtag check.
This commit is contained in:
@@ -34,6 +34,10 @@ class Tag < ActiveRecord::Base
|
||||
def self.include_tags?
|
||||
SiteSetting.tagging_enabled && SiteSetting.show_filter_by_tag
|
||||
end
|
||||
|
||||
def full_url
|
||||
"#{Discourse.base_url}/tags/#{self.name}"
|
||||
end
|
||||
end
|
||||
|
||||
# == Schema Information
|
||||
|
||||
Reference in New Issue
Block a user