Make WordPress Core

Changeset 53519


Ignore:
Timestamp:
06/17/2022 11:31:49 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Fix WPCS issue in [53518].

This fixes an "Concat operator must be surrounded by a single space" error.

See #54233.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/index.php

    r53518 r53519  
    1414define( 'WPINC', 'wp-includes' );
    1515
    16 if ( file_exists( ABSPATH . WPINC .'/js/dist/edit-post.js' ) ) {
     16if ( file_exists( ABSPATH . WPINC . '/js/dist/edit-post.js' ) ) {
    1717    require_once ABSPATH . '_index.php';
    1818    return;
Note: See TracChangeset for help on using the changeset viewer.