Make WordPress Core


Ignore:
Timestamp:
02/16/2024 09:45:18 PM (7 months ago)
Author:
johnbillion
Message:

Docs: Various improvements and corrections to inline documentation.

See #59651

File:
1 edited

Legend:

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

    r57084 r57644  
    10771077 * @since 5.5.0
    10781078 *
    1079  * @param string $type The type of update being checked: 'theme' or 'plugin'.
     1079 * @param string $type The type of update being checked: Either 'theme' or 'plugin'.
    10801080 * @return bool True if auto-updates are enabled for `$type`, false otherwise.
    10811081 */
     
    11171117 * @since 5.6.0
    11181118 *
    1119  * @param string    $type   The type of update being checked: 'theme' or 'plugin'.
     1119 * @param string    $type   The type of update being checked: Either 'theme' or 'plugin'.
    11201120 * @param bool|null $update Whether to update. The value of null is internally used
    11211121 *                          to detect whether nothing has hooked into this filter.
Note: See TracChangeset for help on using the changeset viewer.