Skip to content

Commit

Permalink
Fix duplicate menu entry in dashboard with WP4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
caercam committed Mar 19, 2016
1 parent 5683b6d commit bc69331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/class-wpmoly-movies.php
Expand Up @@ -109,7 +109,7 @@ public static function register_post_type() {
'public' => true,
'publicly_queryable' => true,
'show_ui' => true,
'show_in_menu' => true,
'show_in_menu' => false,
'has_archive' => true,
'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'custom-fields', 'comments' ),
'menu_position' => 5
Expand Down

0 comments on commit bc69331

Please sign in to comment.