Changeset 30648 for trunk/src/wp-admin/includes/plugin.php
- Timestamp:
- 11/30/2014 11:27:19 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r30544 r30648 562 562 * 563 563 * This hook is the "activation" hook used internally by 564 * register_activation_hook(). The dynamic portion of the565 * hook name, $plugin, refers to the plugin basename.564 * {@see 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), … … 675 675 * 676 676 * This hook is the "deactivation" hook used internally by 677 * register_deactivation_hook(). The dynamic portion of the678 * hook name, $plugin, refers to the plugin basename.677 * {@see register_deactivation_hook()}. The dynamic portion of the 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.