diff --git a/wp-admin/gears-manifest.php b/wp-admin/gears-manifest.php index 6d035ca46..6258f73c0 100644 --- a/wp-admin/gears-manifest.php +++ b/wp-admin/gears-manifest.php @@ -7,8 +7,8 @@ */ /** Set ABSPATH for execution */ -define( 'ABSPATH', dirname(dirname(__FILE__)) ); -define( 'WPINC', '/wp-includes' ); +define( 'ABSPATH', dirname(dirname(__FILE__)) . '/' ); +define( 'WPINC', 'wp-includes' ); /** * @ignore diff --git a/wp-admin/load-scripts.php b/wp-admin/load-scripts.php index ebb889426..24a8b6250 100644 --- a/wp-admin/load-scripts.php +++ b/wp-admin/load-scripts.php @@ -1,8 +1,8 @@