Make WordPress Core


Ignore:
Timestamp:
11/13/2010 05:21:40 PM (14 years ago)
Author:
scribu
Message:

Make custom plugin columns hideable. See #15318

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-plugins-list-table.php

    r16349 r16350  
    441441                    break;
    442442                default:
    443                     echo "<td class='$column_name'$style>";
     443                    echo "<td class='$column_name column-$column_name'$style>";
    444444                    do_action( 'manage_plugins_custom_column', $column_name, $plugin_file, $plugin_data );
    445445                    echo "</td>";
Note: See TracChangeset for help on using the changeset viewer.