Make WordPress Core

Changeset 9124


Ignore:
Timestamp:
10/11/2008 09:33:14 PM (16 years ago)
Author:
westi
Message:

Add some plugin specific hooks to the plugin management screen. Fixes #7856 props strider72.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugins.php

    r9119 r9124  
    316316
    317317        $action_links = apply_filters('plugin_action_links', $action_links, $plugin_file, $plugin_data, $context);
     318        $action_links = apply_filters("plugin_action_links_$plugin_file", $action_links, $plugin_data, $context);
    318319
    319320        echo "
     
    329330    </tr>';
    330331        do_action( 'after_plugin_row', $plugin_file, $plugin_data, $context );
     332        do_action( "after_plugin_row_$plugin_file", $plugin_data, $context );
    331333    }
    332334?>
Note: See TracChangeset for help on using the changeset viewer.