Make WordPress Core

Ticket #48303: 48352.patch

File 48352.patch, 789 bytes (added by spenserhale, 5 years ago)
  • src/wp-admin/includes/plugin.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    726726 *
    727727 * @since 2.5.0
    728728 *
    729  * @param string|array $plugins Single plugin or list of plugins to deactivate.
     729 * @param string|string[] $plugins Single plugin or list of plugins to deactivate.
    730730 * @param bool $silent Prevent calling deactivation hooks. Default is false.
    731731 * @param mixed $network_wide Whether to deactivate the plugin for all sites in the network.
    732732 *  A value of null (the default) will deactivate plugins for both the site and the network.