Coding Standards: Apply some alignment fixes from `composer format`.

Follow up to [51475].

See #53729.
Built from https://develop.svn.wordpress.org/trunk@51499


git-svn-id: http://core.svn.wordpress.org/trunk@51110 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2021-07-27 19:01:59 +00:00
parent b055ff21bd
commit 28d78c0c37
4 changed files with 5 additions and 5 deletions

View File

@ -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'];

View File

@ -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';

View File

@ -109,7 +109,7 @@ switch ( $action ) {
$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;

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-alpha-51498';
$wp_version = '5.9-alpha-51499';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.