Changeset 61681 for trunk/src/wp-admin/install.php
- Timestamp:
- 02/18/2026 09:13:47 PM (3 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/install.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r61638 r61681 16 16 <title>Error: PHP is not running</title> 17 17 </head> 18 <body class="wp-core-ui ">18 <body class="wp-core-ui admin-color-modern"> 19 19 <h1>Error: PHP is not running</h1> 20 20 <p>WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.</p> … … 73 73 <?php wp_admin_css( 'install', true ); ?> 74 74 </head> 75 <body class="wp-core-ui <?php echo $body_classes; ?>">75 <body class="wp-core-ui admin-color-modern<?php echo $body_classes; ?>"> 76 76 <p id="logo"><?php _e( 'WordPress' ); ?></p> 77 77
Note: See TracChangeset
for help on using the changeset viewer.