Make WordPress Core


Ignore:
Timestamp:
01/12/2019 06:40:16 AM (8 years ago)
Author:
pento
Message:

Coding Standards: Upgrade WPCS to 1.2.1.

This upgrade fixes quite a few false positives, as well as auto-fixing some indenting issues.

Fixes #45956.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/meta-boxes.php

    r44551 r44574  
    319319                <input name="original_publish" type="hidden" id="original_publish" value="<?php esc_attr_e( 'Publish' ); ?>" />
    320320                <?php submit_button( __( 'Publish' ), 'primary large', 'publish', false ); ?>
    321         <?php
     321                <?php
    322322        endif;
    323323        else :
Note: See TracChangeset for help on using the changeset viewer.