Make WordPress Core

Ticket #23247: 23247.2.diff

File 23247.2.diff, 652 bytes (added by SergeyBiryukov, 12 years ago)
  • wp-admin/setup-config.php

     
    6363wp_magic_quotes();
    6464
    6565if ( ! file_exists( ABSPATH . 'wp-config-sample.php' ) )
    66         wp_die( __( 'Sorry, I need a wp-config-sample.php file to work from. Please re-upload this file from your WordPress installation.' ) );
     66        wp_die( __( 'Sorry, I need a wp-config-sample.php file to work from. Please re-upload this file to the root directory of your WordPress installation.' ) );
    6767
    6868$config_file = file(ABSPATH . 'wp-config-sample.php');
    6969