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
When theme support is not built-in and the user selects the Native template mode, the auto-sanitize checkbox is hidden since it is forced. However, this isn't currently working when theme support is built-in via add_theme_support('amp'):
The text was updated successfully, but these errors were encountered:
When AMP support is built-in the jQuery( 'input[type=radio][name="amp-options[theme_support]"]' ) result is empty because there are no template mode radio buttons.
When theme support is not built-in and the user selects the Native template mode, the auto-sanitize checkbox is hidden since it is forced. However, this isn't currently working when theme support is built-in via
add_theme_support('amp')
:The text was updated successfully, but these errors were encountered: