Changes in branches/2.6/wp-settings.php [8774:8566]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/wp-settings.php
r8774 r8566 102 102 103 103 if ( version_compare( '4.3', phpversion(), '>' ) ) { 104 die( sprintf( /*WP_I18N_OLD_PHP*/'Your server is running PHP version %s but WordPress requires at least 4.3.'/*/WP_I18N_OLD_PHP*/, php version() ) );104 die( sprintf( /*WP_I18N_OLD_PHP*/'Your server is running PHP version %s but WordPress requires at least 4.3.'/*/WP_I18N_OLD_PHP*/, php_version() ) ); 105 105 } 106 106
Note: See TracChangeset
for help on using the changeset viewer.