mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
Issue #4783 Added new field for meta-news-title. New prefs added for SEO Title and Description character limits.
This commit is contained in:
@@ -593,4 +593,6 @@ define("LAN_NO_SCRIPT_ACCESS_ASK", "If you believe this is an error, please ask
|
||||
define("LAN_UI_FILTER_TODAY", "Today");
|
||||
define("LAN_UI_FILTER_THIS_WEEK", "This Week");
|
||||
define("LAN_UI_FILTER_THIS_MONTH", "This Month");
|
||||
define("LAN_UI_FILTER_THIS_YEAR", "This Year");
|
||||
define("LAN_UI_FILTER_THIS_YEAR", "This Year");
|
||||
|
||||
define("LAN_SEARCH_ENGINES_X_LIMIT", "Read by search engines. Maximum [x] characters.");
|
||||
|
@@ -16,3 +16,6 @@ define("METLAN_4", "Custom tags (inside [x] tags)");
|
||||
define("METLAN_5", "Custom tags (after [x])");
|
||||
define("METLAN_6", "Custom tags (before [x])");
|
||||
define("METLAN_7", "Any meta data or custom HTML tags entered here (such as <script> tags or Google analytics code) will be included on every page of the website in their designated areas.");
|
||||
|
||||
define("METLAN_8", "SEO Title Character Limit");
|
||||
define("METLAN_9", "SEO Description Character Limit");
|
||||
|
Reference in New Issue
Block a user