Make WordPress Core


Ignore:
Timestamp:
05/17/2010 04:39:36 PM (15 years ago)
Author:
ryan
Message:

Set show_ui to true for post and page. Exclude _builtin = true from areas where we need to special case builtin types. fixes #13403

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r14675 r14713  
    37093709        $screen = convert_to_screen($screen);
    37103710
    3711     $columns = array('dashboard' => 4, 'post' => 2, 'page' => 2, 'link' => 2);
     3711    $columns = array('dashboard' => 4, 'link' => 2);
    37123712
    37133713    // Add custom post types
Note: See TracChangeset for help on using the changeset viewer.