diff --git a/functions.php b/functions.php index aacd9c45..2f1c1f41 100644 --- a/functions.php +++ b/functions.php @@ -77,7 +77,7 @@ function _s_setup() { ) ); /** - * Add support for the Aside and Gallery Post Formats + * Add support for the Aside Post Formats */ add_theme_support( 'post-formats', array( 'aside', ) ); }