Make WordPress Core


Ignore:
Timestamp:
08/18/2023 05:27:16 PM (19 months ago)
Author:
johnbillion
Message:

Docs: Miscellaneous docblock corrections and improvements.

See #58833

File:
1 edited

Legend:

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

    r56176 r56414  
    855855 *                                      Default false.
    856856 * @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.
    858858 */
    859859function activate_plugins( $plugins, $redirect = '', $network_wide = false, $silent = false ) {
     
    24412441 * @param string $plugin   Single plugin to resume.
    24422442 * @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,
    24442444 *                       `WP_Error` on failure.
    24452445 */
Note: See TracChangeset for help on using the changeset viewer.