~canonical-sysadmins/wordpress/4.9.4

« back to all changes in this revision

Viewing changes to wp-load.php

  • Committer: Barry Price
  • Date: 2017-11-17 04:49:02 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: barry.price@canonical.com-20171117044902-5frux4ycbq6g9fyf
Merge WP4.9 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
} elseif ( @file_exists( dirname( ABSPATH ) . '/wp-config.php' ) && ! @file_exists( dirname( ABSPATH ) . '/wp-settings.php' ) ) {
40
40
 
41
 
        /** The config file resides one level above ABSPATH but is not part of another install */
 
41
        /** The config file resides one level above ABSPATH but is not part of another installation */
42
42
        require_once( dirname( ABSPATH ) . '/wp-config.php' );
43
43
 
44
44
} else {