- Timestamp:
- 01/09/2026 04:20:21 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r60528 r61456 557 557 } 558 558 559 $requires_php = isset( $plugin['requires_php'] ) ? $plugin['requires_php'] :null;560 $requires_wp = isset( $plugin['requires'] ) ? $plugin['requires'] :null;559 $requires_php = $plugin['requires_php'] ?? null; 560 $requires_wp = $plugin['requires'] ?? null; 561 561 562 562 $compatible_php = is_php_version_compatible( $requires_php );
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)