mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
@@ -3920,7 +3920,11 @@ class eResponse
|
|||||||
|
|
||||||
$attr = array();
|
$attr = array();
|
||||||
|
|
||||||
if(null !== $name) $attr['property'] = $name;
|
if(null !== $name)
|
||||||
|
{
|
||||||
|
$key = (substr($name,0,3) == 'og:') ? 'property' : 'name';
|
||||||
|
$attr[$key] = $name;
|
||||||
|
}
|
||||||
if(null !== $content) $attr['content'] = $content;
|
if(null !== $content) $attr['content'] = $content;
|
||||||
if(!empty($extended))
|
if(!empty($extended))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user