Skip to content

Commit

Permalink
Coding Standards: Apply some alignment fixes from composer format.
Browse files Browse the repository at this point in the history
Follow up to [51475].

See #53729.

git-svn-id: https://develop.svn.wordpress.org/trunk@51499 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
desrosj committed Jul 27, 2021
1 parent ba98780 commit e6ed1b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/wp-admin/link.php
Expand Up @@ -109,7 +109,7 @@
$parent_file = 'link-manager.php';
$submenu_file = 'link-manager.php';
// Used in the HTML title tag.
$title = __( 'Edit Link' );
$title = __( 'Edit Link' );

$link_id = (int) $_GET['link_id'];

Expand Down
4 changes: 2 additions & 2 deletions src/wp-admin/network/users.php
Expand Up @@ -31,8 +31,8 @@
$_POST['allusers'] = array( $id ); // confirm_delete_users() can only handle arrays.

// Used in the HTML title tag.
$title = __( 'Users' );
$parent_file = 'users.php';
$title = __( 'Users' );
$parent_file = 'users.php';

require_once ABSPATH . 'wp-admin/admin-header.php';

Expand Down
2 changes: 1 addition & 1 deletion src/wp-admin/revision.php
Expand Up @@ -109,7 +109,7 @@
$h1 = sprintf( __( 'Compare Revisions of “%s”' ), $post_title );
$return_to_post = '<a href="' . $post_edit_link . '">' . __( '&larr; Go to editor' ) . '</a>';
// Used in the HTML title tag.
$title = __( 'Revisions' );
$title = __( 'Revisions' );

$redirect = false;
break;
Expand Down

0 comments on commit e6ed1b2

Please sign in to comment.