1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00
This commit is contained in:
Cameron
2019-08-30 19:07:32 -07:00
parent f8733b7ea1
commit 79e8f834d9
2 changed files with 6 additions and 46 deletions

View File

@@ -3958,7 +3958,7 @@ class eResponse
protected $_META_KEYWORDS = array();
protected $_render_mod = array('default' => 'default');
protected $_meta_title_separator = ' - ';
protected $_meta_name_only = array('keywords', 'viewport'); // Keep FB happy.
protected $_meta_name_only = array('keywords', 'viewport', 'robots'); // Keep FB happy.
protected $_meta_property_only = array('article:section', 'article:tag'); // Keep FB happy.
protected $_meta = array();
protected $_title_separator = ' » ';