Make WordPress Core


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

Rename action to 'manage_plugins_custom_column' to be consistent with other screens. See #15318

File:
1 edited

Legend:

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

    r16348 r16349  
    442442                default:
    443443                    echo "<td class='$column_name'$style>";
    444                     do_action( 'manage_plugin_custom_column', $column_name, $plugin_file, $plugin_data );
     444                    do_action( 'manage_plugins_custom_column', $column_name, $plugin_file, $plugin_data );
    445445                    echo "</td>";
    446446            }
Note: See TracChangeset for help on using the changeset viewer.