Make WordPress Core


Ignore:
Timestamp:
07/27/2021 07:00:54 PM (4 years ago)
Author:
desrosj
Message:

Coding Standards: Apply some alignment fixes from composer format.

Follow up to [51475].

See #53729.

File:
1 edited

Legend:

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

    r51475 r51499  
    110110        $return_to_post = '<a href="' . $post_edit_link . '">' . __( '&larr; Go to editor' ) . '</a>';
    111111        // Used in the HTML title tag.
    112         $title          = __( 'Revisions' );
     112        $title = __( 'Revisions' );
    113113
    114114        $redirect = false;
Note: See TracChangeset for help on using the changeset viewer.