Our current implementation `add_theme_support( 'post-formats' );` throws PHP Notice ``` Notice: add_theme_support( 'post-formats' ) was called <strong>incorrectly</strong>. You need to pass an array of post formats. ```
Our current implementation
add_theme_support( 'post-formats' );throws PHP Notice