Changeset 48105 for trunk/src/wp-admin/includes/plugin.php
- Timestamp:
- 06/20/2020 12:12:39 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/plugin.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r48067 r48105 678 678 * @param string $plugin Path to the plugin file relative to the plugins directory. 679 679 * @param bool $network_wide Whether to enable the plugin for all sites in the network 680 * or just the current site. Multisite only. Default isfalse.680 * or just the current site. Multisite only. Default false. 681 681 */ 682 682 do_action( 'activate_plugin', $plugin, $network_wide ); … … 693 693 * 694 694 * @param bool $network_wide Whether to enable the plugin for all sites in the network 695 * or just the current site. Multisite only. Default isfalse.695 * or just the current site. Multisite only. Default false. 696 696 */ 697 697 do_action( "activate_{$plugin}", $network_wide ); … … 720 720 * @param string $plugin Path to the plugin file relative to the plugins directory. 721 721 * @param bool $network_wide Whether to enable the plugin for all sites in the network 722 * or just the current site. Multisite only. Default isfalse.722 * or just the current site. Multisite only. Default false. 723 723 */ 724 724 do_action( 'activated_plugin', $plugin, $network_wide );
Note: See TracChangeset
for help on using the changeset viewer.