From 524bd7ba46ebfa07e0453aa6ec83fd43eb675169 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Sun, 22 Jan 2023 11:11:12 +0000 Subject: [PATCH] Posts, Post Types: Increase the input field's width in the Slug metabox. This changeset adds a `large-text` attribute and removes the `size` attribute of the text input field located in the Slug metabox. It improves its usability, at least for as long as the Slug metabox is available in the Classic Editor. Props ABTOP, nacin, helen, sabernhardt, abitofmind, tyxla, audrasjb. Fixes #16346. Built from https://develop.svn.wordpress.org/trunk@55113 git-svn-id: http://core.svn.wordpress.org/trunk@54646 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/meta-boxes.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php index a7f78dc7cb..68e525189b 100644 --- a/wp-admin/includes/meta-boxes.php +++ b/wp-admin/includes/meta-boxes.php @@ -888,7 +888,7 @@ function post_slug_meta_box( $post ) { /** This filter is documented in wp-admin/edit-tag-form.php */ $editable_slug = apply_filters( 'editable_slug', $post->post_name, $post ); ?> - +