Make WordPress Core


Ignore:
Timestamp:
07/20/2012 03:09:40 PM (13 years ago)
Author:
nacin
Message:

Fix order of @param's for deactivate_plugins(). props Viper007Bond, fixes #21269.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/plugin.php

    r21104 r21291  
    574574 *
    575575 * @param string|array $plugins Single plugin or list of plugins to deactivate.
     576 * @param bool $silent Prevent calling deactivation hooks. Default is false.
    576577 * @param mixed $network_wide Whether to deactivate the plugin for all sites in the network.
    577578 *  A value of null (the default) will deactivate plugins for both the site and the network.
    578  * @param bool $silent Prevent calling deactivation hooks. Default is false.
    579579 */
    580580function deactivate_plugins( $plugins, $silent = false, $network_wide = null ) {
Note: See TracChangeset for help on using the changeset viewer.