Changeset 21291
- Timestamp:
- 07/20/2012 03:09:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin.php
r21104 r21291 574 574 * 575 575 * @param string|array $plugins Single plugin or list of plugins to deactivate. 576 * @param bool $silent Prevent calling deactivation hooks. Default is false. 576 577 * @param mixed $network_wide Whether to deactivate the plugin for all sites in the network. 577 578 * 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.579 579 */ 580 580 function deactivate_plugins( $plugins, $silent = false, $network_wide = null ) {
Note: See TracChangeset
for help on using the changeset viewer.