Changeset 57644 for trunk/src/wp-admin/includes/update.php
- Timestamp:
- 02/16/2024 09:45:18 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r57084 r57644 1077 1077 * @since 5.5.0 1078 1078 * 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'. 1080 1080 * @return bool True if auto-updates are enabled for `$type`, false otherwise. 1081 1081 */ … … 1117 1117 * @since 5.6.0 1118 1118 * 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'. 1120 1120 * @param bool|null $update Whether to update. The value of null is internally used 1121 1121 * to detect whether nothing has hooked into this filter.
Note: See TracChangeset
for help on using the changeset viewer.