Changes in branches/2.6/wp-settings.php [8566:8774]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/wp-settings.php
r8566 r8774 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*/, phpversion() ) ); 105 105 } 106 106
Note: See TracChangeset
for help on using the changeset viewer.