Make WordPress Core

Changeset 35143


Ignore:
Timestamp:
10/13/2015 05:35:22 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Correct the error message displayed on setup when wp-config-sample.php does not exist.

Props bradparbs.
Fixes #23247.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/setup-config.php

    r34987 r35143  
    4747    $config_file = file( dirname( ABSPATH ) . '/wp-config-sample.php' );
    4848else
    49     wp_die( __( 'Sorry, I need a wp-config-sample.php file to work from. Please re-upload this file from your WordPress installation.' ) );
     49    wp_die( __( 'Sorry, I need a wp-config-sample.php file to work from. Please re-upload this file to your WordPress installation.' ) );
    5050
    5151// Check if wp-config.php has been created
Note: See TracChangeset for help on using the changeset viewer.