Changeset 56414 for trunk/src/wp-admin/includes/plugin.php
- Timestamp:
- 08/18/2023 05:27:16 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r56176 r56414 855 855 * Default false. 856 856 * @param bool $silent Prevent calling activation hooks. Default false. 857 * @return bool|WP_Error True when finished or WP_Error if there were errors during a plugin activation.857 * @return true|WP_Error True when finished or WP_Error if there were errors during a plugin activation. 858 858 */ 859 859 function activate_plugins( $plugins, $redirect = '', $network_wide = false, $silent = false ) { … … 2441 2441 * @param string $plugin Single plugin to resume. 2442 2442 * @param string $redirect Optional. URL to redirect to. Default empty string. 2443 * @return bool|WP_Error True on success, false if `$plugin` was not paused,2443 * @return true|WP_Error True on success, false if `$plugin` was not paused, 2444 2444 * `WP_Error` on failure. 2445 2445 */
Note: See TracChangeset
for help on using the changeset viewer.