Changeset 61444 for trunk/src/wp-admin/includes/class-wp-debug-data.php
- Timestamp:
- 01/06/2026 05:55:33 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-debug-data.php
r61359 r61444 374 374 $fields['httpd_software'] = array( 375 375 'label' => __( 'Web server' ), 376 'value' => ( isset( $_SERVER['SERVER_SOFTWARE'] ) ? $_SERVER['SERVER_SOFTWARE'] : __( 'Unable to determine what web server software is used' )),377 'debug' => ( isset( $_SERVER['SERVER_SOFTWARE'] ) ? $_SERVER['SERVER_SOFTWARE'] : 'unknown' ),376 'value' => $_SERVER['SERVER_SOFTWARE'] ?? __( 'Unable to determine what web server software is used' ), 377 'debug' => $_SERVER['SERVER_SOFTWARE'] ?? 'unknown', 378 378 ); 379 379 $fields['php_version'] = array(
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)