From 1ee473633a98e70b2ae497c028ea87b21e92cea4 Mon Sep 17 00:00:00 2001 From: joedolson Date: Thu, 11 Jan 2024 17:44:12 +0000 Subject: [PATCH] Administration: Remove invalid attribute `maxlength` on `number` input. Remove the `maxlength` attribute on screen options number of items per page input. Previously kept due to input inconsistencies in IE 11 and Edge, this invalid usage is no longer needed. IE 11 is no longer supported, and Edge now behaves according to specifications. Props Arena94, afercia, joedolson. Fixes #40610. Built from https://develop.svn.wordpress.org/trunk@57272 git-svn-id: http://core.svn.wordpress.org/trunk@56778 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-screen.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-screen.php b/wp-admin/includes/class-wp-screen.php index 739a182ded..67bceef060 100644 --- a/wp-admin/includes/class-wp-screen.php +++ b/wp-admin/includes/class-wp-screen.php @@ -1279,7 +1279,7 @@ final class WP_Screen { diff --git a/wp-includes/version.php b/wp-includes/version.php index c51a4e579e..6b40365fde 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57271'; +$wp_version = '6.5-alpha-57272'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.