Make WordPress Core


Ignore:
Timestamp:
12/03/2010 12:12:44 PM (14 years ago)
Author:
westi
Message:

Actions and Filters for the Network Admin sites panel to make it easier to add custom actions.

File:
1 edited

Legend:

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

    r16547 r16707  
    463463
    464464    default:
     465        // Let plugins use us as a post handler easily
     466        do_action( 'network_admin_edit_' . $_GET['action'] );
    465467        wp_redirect( network_admin_url( 'index.php' ) );
    466468    break;
Note: See TracChangeset for help on using the changeset viewer.