Make WordPress Core


Ignore:
Timestamp:
06/20/2020 12:12:39 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections for plugin and theme installation and updates.

See #49572.

File:
1 edited

Legend:

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

    r48067 r48105  
    678678                         * @param string $plugin       Path to the plugin file relative to the plugins directory.
    679679                         * @param bool   $network_wide Whether to enable the plugin for all sites in the network
    680                          *                             or just the current site. Multisite only. Default is false.
     680                         *                             or just the current site. Multisite only. Default false.
    681681                         */
    682682                        do_action( 'activate_plugin', $plugin, $network_wide );
     
    693693                         *
    694694                         * @param bool $network_wide Whether to enable the plugin for all sites in the network
    695                          *                           or just the current site. Multisite only. Default is false.
     695                         *                           or just the current site. Multisite only. Default false.
    696696                         */
    697697                        do_action( "activate_{$plugin}", $network_wide );
     
    720720                         * @param string $plugin       Path to the plugin file relative to the plugins directory.
    721721                         * @param bool   $network_wide Whether to enable the plugin for all sites in the network
    722                          *                             or just the current site. Multisite only. Default is false.
     722                         *                             or just the current site. Multisite only. Default false.
    723723                         */
    724724                        do_action( 'activated_plugin', $plugin, $network_wide );
Note: See TracChangeset for help on using the changeset viewer.