updated theme GeneratePress version 3.2.4

This commit is contained in:
2022-11-24 13:40:59 +00:00
committed by Gitium
parent 9d69ca8941
commit d80868cf0e
11 changed files with 42 additions and 14 deletions

View File

@ -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
);