updated theme GeneratePress
version 3.2.4
This commit is contained in:
@ -479,7 +479,7 @@ class GeneratePress_HTML_Attributes {
|
||||
$type = apply_filters( 'generate_article_itemtype', 'CreativeWork' );
|
||||
|
||||
$attributes['itemtype'] = sprintf(
|
||||
'itemtype="https://schema.org/%s"',
|
||||
'https://schema.org/%s',
|
||||
$type
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user