mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Remove underscore from learn_more key in theme export
Follow up from 033cd4f3
This commit is contained in:
@@ -455,7 +455,7 @@ class Theme < ActiveRecord::Base
|
||||
end
|
||||
end
|
||||
|
||||
meta[:_learn_more] = "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966"
|
||||
meta[:learn_more] = "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966"
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user