Make WordPress Core

Changeset 9108


Ignore:
Timestamp:
10/09/2008 02:39:52 AM (17 years ago)
Author:
azaozz
Message:

Page Options: fix hiding of custom columns added by plugins, props ShaneF, fixes #7853

File:
1 edited

Legend:

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

    r9103 r9108  
    14341434        default:
    14351435        ?>
    1436         <td><?php do_action('manage_posts_custom_column', $column_name, $post->ID); ?></td>
     1436        <td <?php echo $attributes ?>><?php do_action('manage_posts_custom_column', $column_name, $post->ID); ?></td>
    14371437        <?php
    14381438        break;
     
    15971597    default:
    15981598        ?>
    1599         <td><?php do_action('manage_pages_custom_column', $column_name, $id); ?></td>
     1599        <td <?php echo $attributes ?>><?php do_action('manage_pages_custom_column', $column_name, $id); ?></td>
    16001600        <?php
    16011601        break;
Note: See TracChangeset for help on using the changeset viewer.