From 951ec3905dc29dcd7f205efc971785efb7a8c008 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Wed, 10 Nov 2021 00:02:59 +0000 Subject: [PATCH] Quick/Bulk Edit: Disable auto-correct for slugs. Disable auto-correct for the slug field on the quick/bulk edit interface. As slugs may consist of a number of words combined in to a single string, they are unlikely to pass spell checkers. Props swb1192, SergeyBiryukov, afragen, Clorith, desrosj, JeffPaul, sabernhardt, Boniu91, costdev, hellofromTonya. Fixes #50499. Built from https://develop.svn.wordpress.org/trunk@52092 git-svn-id: http://core.svn.wordpress.org/trunk@51684 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-posts-list-table.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-posts-list-table.php b/wp-admin/includes/class-wp-posts-list-table.php index 213ca201d9..a94f5ccc5d 100644 --- a/wp-admin/includes/class-wp-posts-list-table.php +++ b/wp-admin/includes/class-wp-posts-list-table.php @@ -1636,7 +1636,7 @@ class WP_Posts_List_Table extends WP_List_Table { diff --git a/wp-includes/version.php b/wp-includes/version.php index 73bce36094..b8840512d5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-52091'; +$wp_version = '5.9-alpha-52092'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.