Changeset 61456 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 01/09/2026 04:20:21 AM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r58813 r61456 733 733 } 734 734 735 $update_requires_wp = isset( $updates[ $slug ]['requires'] ) ? $updates[ $slug ]['requires'] :null;736 $update_requires_php = isset( $updates[ $slug ]['requires_php'] ) ? $updates[ $slug ]['requires_php'] :null;735 $update_requires_wp = $updates[ $slug ]['requires'] ?? null; 736 $update_requires_php = $updates[ $slug ]['requires_php'] ?? null; 737 737 738 738 $auto_update = in_array( $slug, $auto_updates, true );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)