Make WordPress Core

Ticket #19343: 19343.patch

File 19343.patch, 416 bytes (added by GunGeekATX, 11 years ago)

register_post_type, added show_quick_edit, defaulted to true

  • post.php

     
    12131213                'show_in_menu'         => null,
    12141214                'show_in_nav_menus'    => null,
    12151215                'show_in_admin_bar'    => null,
     1216                'show_quick_edit'      => true,
    12161217                'menu_position'        => null,
    12171218                'menu_icon'            => null,
    12181219                'capability_type'      => 'post',