Skip to content

Commit 6e038e8

Browse files
authored
Merge pull request #96 from ScottKillen/enablechat
Enable support for the 'chat' post format.
2 parents 8a6f00b + 9e851e7 commit 6e038e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sempress/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function sempress_setup() {
7575
) );
7676

7777
// Add support for the Aside, Gallery Post Formats...
78-
add_theme_support( 'post-formats', array( 'aside', 'gallery', 'link', 'status', 'image', 'video', 'audio', 'quote' ) );
78+
add_theme_support( 'post-formats', array( 'aside', 'gallery', 'link', 'status', 'image', 'video', 'audio', 'quote', 'chat' ) );
7979

8080
/**
8181
* This theme supports jetpacks "infinite-scroll"

0 commit comments

Comments
 (0)