Make WordPress Core


Ignore:
Timestamp:
11/26/2017 11:56:25 PM (7 years ago)
Author:
pento
Message:

General: Fix some precision alignment formatting warnings.

The WPCS WordPress.WhiteSpace.PrecisionAlignment rule throws warnings for a bunch of code that will likely cause issues for wpcbf. Fixing these manually beforehand gives us better auto-fixed results later.

See #41057.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-post.php

    r42201 r42228  
    284284
    285285        if ( 'post_category' == $key )
    286            return true;
     286            return true;
    287287
    288288        if ( 'tags_input' == $key )
    289            return true;
     289            return true;
    290290
    291291        return metadata_exists( 'post', $this->ID, $key );
Note: See TracChangeset for help on using the changeset viewer.