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
Notice: Function add_theme_support( 'html5' ) was called incorrectly. You need to pass an array of types. Please see Debugging in WordPress for more information. (This message was added in version 3.6.1.) in /Users/sal/localwp/salferrarellotest/app/public/wp-includes/functions.php on line 6085
The text was updated successfully, but these errors were encountered:
As of WordPress core 3.6.1 $args are required when adding "html5" theme
support.
For backwards compatibility these args default to
'comment-list', 'comment-form', and 'search-form'
We are explicitly adding these default $args to prevent the notice we're seeing
Notice: Function add_theme_support( 'html5' ) was called incorrectly. You need to pass an array of types. Please see Debugging in WordPress for more information. (This message was added in version 3.6.1.) in /Users/sal/localwp/salferrarellotest/app/public/wp-includes/functions.php on line 6085
See https://github.com/WordPress/wordpress-develop/blob/3b1e57752d5dd737477873b6797e3f8209aec078/src/wp-includes/theme.php#L2619-L2620Resolves#72
The text was updated successfully, but these errors were encountered: