Changeset 29977
- Timestamp:
- 10/20/2014 09:34:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r29856 r29977 559 559 560 560 /** 561 * Fires as a specific plugin is being deactivated.562 * 563 * This hook is the " deactivation" hook used internally by564 * register_ deactivation_hook(). The dynamic portion of the565 * hook name, $plugin .refers to the plugin basename.561 * Fires as a specific plugin is being activated. 562 * 563 * This hook is the "activation" hook used internally by 564 * register_activation_hook(). The dynamic portion of the 565 * hook name, $plugin, refers to the plugin basename. 566 566 * 567 567 * If a plugin is silently activated (such as during an update), … … 676 676 * This hook is the "deactivation" hook used internally by 677 677 * register_deactivation_hook(). The dynamic portion of the 678 * hook name, $plugin .refers to the plugin basename.678 * hook name, $plugin, refers to the plugin basename. 679 679 * 680 680 * If a plugin is silently deactivated (such as during an update),
Note: See TracChangeset
for help on using the changeset viewer.