mirror of
git://develop.git.wordpress.org/
synced 2025-04-07 13:43:25 +02:00
Coding Standards: Apply some alignment fixes from composer format
.
Follow up to [51475]. See #53729. git-svn-id: https://develop.svn.wordpress.org/trunk@51499 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ba98780ed5
commit
e6ed1b2be9
src/wp-admin
@ -109,7 +109,7 @@ switch ( $action ) {
|
||||
$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'];
|
||||
|
||||
|
@ -31,8 +31,8 @@ if ( isset( $_GET['action'] ) ) {
|
||||
$_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';
|
||||
|
||||
|
@ -109,7 +109,7 @@ switch ( $action ) {
|
||||
$h1 = sprintf( __( 'Compare Revisions of “%s”' ), $post_title );
|
||||
$return_to_post = '<a href="' . $post_edit_link . '">' . __( '← Go to editor' ) . '</a>';
|
||||
// Used in the HTML title tag.
|
||||
$title = __( 'Revisions' );
|
||||
$title = __( 'Revisions' );
|
||||
|
||||
$redirect = false;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user