mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Coding Standards: Fix WPCS issue in [53518].
This fixes an "Concat operator must be surrounded by a single space" error. See #54233. git-svn-id: https://develop.svn.wordpress.org/trunk@53519 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -13,7 +13,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
|
||||
define( 'WPINC', 'wp-includes' );
|
||||
|
||||
if ( file_exists( ABSPATH . WPINC .'/js/dist/edit-post.js' ) ) {
|
||||
if ( file_exists( ABSPATH . WPINC . '/js/dist/edit-post.js' ) ) {
|
||||
require_once ABSPATH . '_index.php';
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user