Make WordPress Core


Ignore:
Timestamp:
07/05/2019 05:20:52 AM (6 years ago)
Author:
pento
Message:

Coding Standards: Fix all WordPress.WhiteSpace.PrecisionAlignment issues.

See #47632.

File:
1 edited

Legend:

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

    r45583 r45602  
    5656$sendback = wp_get_referer();
    5757if ( ! $sendback ||
    58      strpos( $sendback, 'post.php' ) !== false ||
    59      strpos( $sendback, 'post-new.php' ) !== false ) {
     58    strpos( $sendback, 'post.php' ) !== false ||
     59    strpos( $sendback, 'post-new.php' ) !== false ) {
    6060    if ( 'attachment' == $post_type ) {
    6161        $sendback = admin_url( 'upload.php' );
Note: See TracChangeset for help on using the changeset viewer.