Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
petitphp committed Apr 15, 2024
1 parent 6c9373f commit 2c71b10
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,3 @@ function gutenberg_menu() {
);
}
add_action( 'admin_menu', 'gutenberg_menu', 9 );

add_action( 'init', function () {
add_theme_support( 'post-formats', array_keys( get_post_format_strings() ) );
} );

0 comments on commit 2c71b10

Please sign in to comment.