Make WordPress Core


Ignore:
Timestamp:
03/20/2010 03:05:25 AM (16 years ago)
Author:
dd32
Message:

Fix Quick edit for non-page Hierarchical post_types. See #12643

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-post-rows.php

    r12799 r13779  
    1111        die('-1');
    1212?>
    13 <table class="widefat <?php echo $post_type == 'page' ? 'page' : 'post'; ?> fixed" cellspacing="0">
     13<table class="widefat <?php echo $post_type_object->hierarchical ? 'page' : 'post'; ?> fixed" cellspacing="0">
    1414        <thead>
    1515        <tr>
Note: See TracChangeset for help on using the changeset viewer.