Make WordPress Core


Ignore:
Timestamp:
10/27/2013 08:04:16 PM (11 years ago)
Author:
DrewAPicture
Message:

Inline documentation for hooks in wp-admin/network/site-settings.php.

Props admiralthrawn.
Fixes #25725.

File:
1 edited

Legend:

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

    r25616 r25952  
    5959    }
    6060
     61/**
     62 * Fires after network options are updated.
     63 *
     64 * @since 3.0.0
     65 */
    6166    do_action( 'wpmu_update_blog_options' );
    6267    restore_current_blog();
     
    145150            }
    146151        } // End foreach
     152        /**
     153         * Fires at the end of the Edit Site form, before the submit button.
     154         *
     155         * @since 3.0.0
     156         *
     157         * @param int $id Site ID.
     158         */
    147159        do_action( 'wpmueditblogaction', $id );
    148160        ?>
Note: See TracChangeset for help on using the changeset viewer.