Merge pull request #11081 from annando/fix-parseurl
Fix for ParseUrl ('type' was already in use)
This commit is contained in:
commit
0f365a087e
@ -455,7 +455,7 @@ class ParseUrl
|
||||
$siteinfo['language'] = trim($meta_tag['content']);
|
||||
break;
|
||||
case 'og:type':
|
||||
$siteinfo['type'] = trim($meta_tag['content']);
|
||||
$siteinfo['pagetype'] = trim($meta_tag['content']);
|
||||
break;
|
||||
case 'twitter:description':
|
||||
$siteinfo['text'] = trim($meta_tag['content']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user