Fixes PHP Warning: Undefined variable $file_meta
- Umlauts and special characters for the meta description extended - Many thanks for reporting to Laborix
This commit is contained in:
parent
f9cc9ad0fe
commit
af14f3f906
@ -20,7 +20,7 @@ global $prepend_keywords;
|
|||||||
|
|
||||||
// IMPORTANT: For non LATIN-1 countries
|
// IMPORTANT: For non LATIN-1 countries
|
||||||
// ADD additional characters that you want to allow in your meta tags here
|
// ADD additional characters that you want to allow in your meta tags here
|
||||||
$keep_char = "ășțîâÄäÜüÖößſ£¢ÆæëËÏÁáÉéÍíÓóÚúIJijÅ娸ÀàÂÈèÉéÊêÎïÔôÙùÛûÇçÿŸÌìÒò¡¿ªºÑñÃãÕõŠšŽžČčĎďĚěŇňŘřŤťŮůŐőŰűĞğİıŞş";
|
$keep_char = "€ƒ†‡‰™ŠŒŽ‘’“”•–—˜™š›œžŸ¡¢£¤¥¦ª§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇČĎÈÉÊËĞÌÍÎİÏIJÐŇÑÒÓÔÕÖŘŞŤ×ØÙÚÛŰÜŮÝÞßàáâãäåăæçďčèéêëſğìíîïıijðňñòóôõöřşțť÷øùúûűüůýþÿ✓✔➤➔→➥▶⇒➨★❤♥✘✖✆✈";
|
||||||
|
|
||||||
$seo_default = array(
|
$seo_default = array(
|
||||||
'description' => '', // the page description
|
'description' => '', // the page description
|
||||||
@ -423,7 +423,7 @@ function seometa_category_id_exists($cat_id) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
function plugin_seometataginfo_head() {
|
function plugin_seometataginfo_head($file_meta) {
|
||||||
global $fpdb, $fp_params, $fp_config, $smarty;
|
global $fpdb, $fp_params, $fp_config, $smarty;
|
||||||
|
|
||||||
if (defined('ADMIN_PANEL'))
|
if (defined('ADMIN_PANEL'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user