Make WordPress Core

Changeset 13045


Ignore:
Timestamp:
02/10/2010 05:41:07 PM (15 years ago)
Author:
ryan
Message:

Fix screen layout options for custom post types. see #9674

File:
1 edited

Legend:

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

    r13009 r13045  
    35973597
    35983598    // Add custom post types
    3599     foreach ( get_post_types( array('_show' => true) ) as $post_type )
     3599    foreach ( get_post_types( array('show_ui' => true) ) as $post_type )
    36003600        $columns[$post_type] = 2;
    36013601
Note: See TracChangeset for help on using the changeset viewer.