Ticket #30054: plugin-phpdoc.patch
File plugin-phpdoc.patch, 812 bytes (added by , 6 years ago) |
---|
-
src/wp-admin/includes/plugin.php
558 558 do_action( 'activate_plugin', $plugin, $network_wide ); 559 559 560 560 /** 561 * Fires as a specific plugin is being deactivated.561 * Fires as a specific plugin is being activated. 562 562 * 563 * This hook is the " deactivation" hook used internally by564 * register_ deactivation_hook(). The dynamic portion of the563 * This hook is the "activation" hook used internally by 564 * register_activation_hook(). The dynamic portion of the 565 565 * hook name, $plugin. refers to the plugin basename. 566 566 * 567 567 * If a plugin is silently activated (such as during an update),