From 9ddc1f97619724426f5d7e787fc7bb9ca1dd97f8 Mon Sep 17 00:00:00 2001 From: joedolson Date: Fri, 12 Jan 2024 17:14:14 +0000 Subject: [PATCH] Users: Remove periods in checkbox labels for consistency. Remove periods at the ends of three checkbox labels on add new user screen. Checkboxes in the WordPress admin generally do not have periods. Props pratikthink, joedolson. Fixes #43814. Built from https://develop.svn.wordpress.org/trunk@57274 git-svn-id: http://core.svn.wordpress.org/trunk@56780 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/user-new.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index 7ef33a8132..c24033a6ed 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -472,7 +472,7 @@ if ( is_multisite() && current_user_can( 'promote_users' ) ) { - + @@ -616,7 +616,7 @@ if ( current_user_can( 'create_users' ) ) { /> - + @@ -639,7 +639,7 @@ if ( current_user_can( 'create_users' ) ) { /> - + diff --git a/wp-includes/version.php b/wp-includes/version.php index f455373ad8..b9d55c9f6a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57273'; +$wp_version = '6.5-alpha-57274'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.