Changeset 61455 for trunk/src/wp-includes/update.php
- Timestamp:
- 01/09/2026 02:46:30 AM (7 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/update.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/update.php
r61001 r61455 102 102 'locale' => $locale, 103 103 'mysql' => $mysql_version, 104 'local_package' => isset( $wp_local_package ) ? $wp_local_package :'',104 'local_package' => $wp_local_package ?? '', 105 105 'blogs' => $num_blogs, 106 106 'users' => get_user_count(), … … 580 580 if ( isset( $translation['language'], $translation['package'] ) ) { 581 581 $translation['type'] = 'plugin'; 582 $translation['slug'] = isset( $update->slug ) ? $update->slug :$update->id;582 $translation['slug'] = $update->slug ?? $update->id; 583 583 584 584 $updates->translations[] = $translation; … … 857 857 if ( isset( $translation['language'], $translation['package'] ) ) { 858 858 $translation['type'] = 'theme'; 859 $translation['slug'] = isset( $update->theme ) ? $update->theme :$update->id;859 $translation['slug'] = $update->theme ?? $update->id; 860 860 861 861 $new_update->translations[] = $translation;
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)