Skip to content

Commit b7c59b3

Browse files
author
nacin
committed
Define WPINC in wp-load when wp-config does not exist. see #19651.
git-svn-id: http://core.svn.wordpress.org/trunk@19633 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent 0e636b5 commit b7c59b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wp-load.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
require_once( ABSPATH . '/wp-includes/load.php' );
4747
require_once( ABSPATH . '/wp-includes/version.php' );
4848
define( 'WP_CONTENT_DIR', ABSPATH . 'wp-content' );
49+
define( 'WPINC', 'wp-includes' );
4950
wp_check_php_mysql_versions();
5051

5152
// Die with an error message

0 commit comments

Comments
 (0)