You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'AMP_Tag_And_Attribute_Sanitizer' => [], // Note: This validating sanitizer must come at the end to clean up any remaining issues the other sanitizers didn't catch.
1523
+
// Note: This validating sanitizer must come at the end to clean up any remaining issues the other sanitizers didn't catch.
1524
+
'AMP_Tag_And_Attribute_Sanitizer' => [
1525
+
'prefer_bento' => amp_is_bento_enabled(),
1526
+
],
1524
1527
];
1525
1528
1526
1529
if ( ! empty( $theme_support_args['nav_menu_toggle'] ) ) {
0 commit comments