Skip to content

Commit

Permalink
Remove force disabling of Post Formats - Should be a Theme Decision
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Jan 6, 2015
1 parent 0a97dcc commit eca7af0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions indieweb-post-kinds.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ function it_publish ( $ID, $post=null)

add_filter('publish_post', 'it_publish', 10, 3);


// Disable Post Formats in Favor of Kinds
add_action( 'init', 'iwt_post_type_support', 10 );
function iwt_post_type_support() {
remove_post_type_support( 'post', 'post-formats' );
}

add_action( 'init', 'register_taxonomy_kind' );

function register_taxonomy_kind() {
Expand Down

0 comments on commit eca7af0

Please sign in to comment.