Changeset 48690
- Timestamp:
- 07/30/2020 11:44:06 AM (4 years ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
-
branches/5.5/src/wp-admin/includes/update.php
r48667 r48690 647 647 648 648 $compatible_wp = is_wp_version_compatible( $requires_wp ); 649 $compatible_php = is_php_version_compatible( $ compatible_php );649 $compatible_php = is_php_version_compatible( $requires_php ); 650 650 651 651 printf(
Note: See TracChangeset
for help on using the changeset viewer.