Changeset 51185 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 06/19/2021 09:36:01 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r50803 r51185 422 422 * 423 423 * @since 5.6.0 424 * 425 * @param array $auto_update_settings { 426 * Array of core auto-update settings. 427 * 428 * @type bool $dev Whether to enable automatic updates for development versions. 429 * @type bool $minor Whether to enable minor automatic core updates. 430 * @type bool $major Whether to enable major automatic core updates. 431 * } 424 432 */ 425 433 do_action( 'after_core_auto_updates_settings', $auto_update_settings );
Note: See TracChangeset
for help on using the changeset viewer.