1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00

Make sure to use property attribute on og:type

This commit is contained in:
Cameron
2021-10-06 07:34:28 -07:00
parent 1351435a7c
commit d4d0a74858

View File

@@ -4019,7 +4019,7 @@ class eResponse
); // Keep FB happy.
protected $_meta_property_only = array( // Keep FB happy.
'article:section', 'article:tag', 'article:published_time', 'article:modified_time',
'og:description', 'og:image', 'og:title', 'og:updated_time','og:url'
'og:description', 'og:image', 'og:title', 'og:updated_time','og:url', 'og:type'
);
protected $_meta_multiple = array('og:image', 'og:image:width','twitter:image');
protected $_meta = array();