Make WordPress Core


Ignore:
Timestamp:
10/30/2013 04:03:14 PM (12 years ago)
Author:
DrewAPicture
Message:

Inline documentation for hooks in wp-admin/network/edit.php and wp-admin/network/users.php.

Props aralbald for the initial patch.
Fixes #25728.

File:
1 edited

Legend:

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

    r25616 r25994  
    8888
    8989if ( isset( $_GET['action'] ) ) {
    90     do_action( 'wpmuadminedit' , '' );
     90    /** This action is documented in wp-admin/network/edit.php */
     91    do_action( 'wpmuadminedit' );
    9192
    9293    switch ( $_GET['action'] ) {
Note: See TracChangeset for help on using the changeset viewer.