diff --git a/src/wp-to-twitter-manager.php b/src/wp-to-twitter-manager.php index ca3494f..9de9205 100644 --- a/src/wp-to-twitter-manager.php +++ b/src/wp-to-twitter-manager.php @@ -250,8 +250,8 @@ function wpt_updated_settings() { * @return array */ function wpt_possible_post_types() { - $post_types = get_post_types( array(), 'objects' ); - $exclusions = array( 'wp_navigation', 'wp_block', 'attachment', 'nav_menu_item', 'revision' ); + $post_types = get_post_types( array(), 'objects' ); + $exclusions = array( 'wp_navigation', 'wp_block', 'attachment', 'nav_menu_item', 'revision' ); /** * Exclude post types from the list of available types to post to X.com. * @@ -374,8 +374,8 @@ function wpt_update_settings() { $wpt_settings = get_option( 'wpt_post_types' ); $tabs = "