From 9bbef090354b2727c2bdb33e9b9ad29b43e772e5 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Sun, 22 Jan 2023 11:10:00 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@55113 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/meta-boxes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/meta-boxes.php b/src/wp-admin/includes/meta-boxes.php index a7f78dc7cb..68e525189b 100644 --- a/src/wp-admin/includes/meta-boxes.php +++ b/src/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 ); ?> - +