From 94dc7028be0e4bbe11ac78461bd365e8b0c322ef Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Wed, 10 Nov 2021 00:01:56 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@52092 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-posts-list-table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/class-wp-posts-list-table.php b/src/wp-admin/includes/class-wp-posts-list-table.php index 213ca201d9..a94f5ccc5d 100644 --- a/src/wp-admin/includes/class-wp-posts-list-table.php +++ b/src/wp-admin/includes/class-wp-posts-list-table.php @@ -1636,7 +1636,7 @@ class WP_Posts_List_Table extends WP_List_Table {