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
|
||||
);
|
||||
|
||||
|
@ -352,6 +352,7 @@ function generate_do_control_inline_scripts() {
|
||||
array(
|
||||
'palette' => $colors,
|
||||
'showGoogleFonts' => apply_filters( 'generate_font_manager_show_google_fonts', true ),
|
||||
'colorPickerShouldShift' => function_exists( 'did_filter' ),
|
||||
)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user