From 28d78c0c3792b18d2f68a2f43cf73ecc2e486c0a Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 27 Jul 2021 19:01:59 +0000 Subject: [PATCH] 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 --- wp-admin/link.php | 2 +- wp-admin/network/users.php | 4 ++-- wp-admin/revision.php | 2 +- wp-includes/version.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-admin/link.php b/wp-admin/link.php index b978d87aab..084b1d7566 100644 --- a/wp-admin/link.php +++ b/wp-admin/link.php @@ -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']; diff --git a/wp-admin/network/users.php b/wp-admin/network/users.php index fd79a33bca..eae9b6b143 100644 --- a/wp-admin/network/users.php +++ b/wp-admin/network/users.php @@ -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'; diff --git a/wp-admin/revision.php b/wp-admin/revision.php index e63600b22c..96268eaaa4 100644 --- a/wp-admin/revision.php +++ b/wp-admin/revision.php @@ -109,7 +109,7 @@ switch ( $action ) { $h1 = sprintf( __( 'Compare Revisions of “%s”' ), $post_title ); $return_to_post = '' . __( '← Go to editor' ) . ''; // Used in the HTML title tag. - $title = __( 'Revisions' ); + $title = __( 'Revisions' ); $redirect = false; break; diff --git a/wp-includes/version.php b/wp-includes/version.php index 059f7ffb5c..d0e5acca33 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.