Make WordPress Core


Ignore:
Timestamp:
10/23/2013 02:37:54 PM (12 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

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

    r25482 r25880  
    543543            /**
    544544             * Fires before a plugin is activated in activate_plugin() when the $silent parameter is false.
    545              * 
     545             *
    546546             * @since 2.9.0
    547547             *
     
    554554            /**
    555555             * Fires before a plugin is activated in activate_plugin() when the $silent parameter is false.
    556              * 
     556             *
    557557             * The action concatenates the 'activate_' prefix with the $plugin value passed to
    558558             * activate_plugin() to create a dynamically-named action.
    559              * 
     559             *
    560560             * @since 2.0.0
    561561             *
     
    578578            /**
    579579             * Fires after a plugin has been activated in activate_plugin() when the $silent parameter is false.
    580              * 
     580             *
    581581             * @since 2.9.0
    582582             *
     
    628628             * Fires for each plugin being deactivated in deactivate_plugins(), before deactivation
    629629             * and when the $silent parameter is false.
    630              * 
     630             *
    631631             * @since 2.9.0
    632632             *
    633633             * @param string $plugin               Plugin path to main plugin file with plugin data.
    634              * @param bool   $network_deactivating Whether the plugin is deactivated for all sites in the network 
     634             * @param bool   $network_deactivating Whether the plugin is deactivated for all sites in the network
    635635             *                                     or just the current site. Multisite only. Default is false.
    636636             */
     
    658658             * Fires for each plugin being deactivated in deactivate_plugins(), after deactivation
    659659             * and when the $silent parameter is false.
    660              * 
     660             *
    661661             * The action concatenates the 'deactivate_' prefix with the plugin's basename
    662662             * to create a dynamically-named action.
    663              * 
     663             *
    664664             * @since 2.0.0
    665665             *
    666              * @param bool $network_deactivating Whether the plugin is deactivated for all sites in the network 
     666             * @param bool $network_deactivating Whether the plugin is deactivated for all sites in the network
    667667             *                                   or just the current site. Multisite only. Default is false.
    668668             */
     
    672672             * Fires for each plugin being deactivated in deactivate_plugins(), after deactivation
    673673             * and when the $silent parameter is false.
    674              * 
     674             *
    675675             * @since 2.9.0
    676676             *
    677677             * @param string $plugin               Plugin path to main plugin file with plugin data.
    678              * @param bool   $network_deactivating Whether the plugin is deactivated for all sites in the network 
     678             * @param bool   $network_deactivating Whether the plugin is deactivated for all sites in the network
    679679             *                                     or just the current site. Multisite only. Default is false.
    680680             */
     
    932932        /**
    933933         * Fires in uninstall_plugin() once the plugin has been uninstalled.
    934          * 
     934         *
    935935         * The action concatenates the 'uninstall_' prefix with the basename of the
    936936         * plugin passed to {@see uninstall_plugin()} to create a dynamically-named action.
Note: See TracChangeset for help on using the changeset viewer.