Users: Prevent author changes in bulk editor on large sites.

On large sites (with over 1000 users), include a hidden `post_author` field in the bulk editing interface to preven unexpected authorship changes.

Follow up to [53011], [53049].

Props georgestephanis, tobifjellner, peterwilsoncc, spacedmonkey, jb510.
Fixes #38741.


Built from https://develop.svn.wordpress.org/trunk@53105


git-svn-id: http://core.svn.wordpress.org/trunk@52694 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson
2022-04-08 06:26:02 +00:00
parent 5e885b798f
commit 8c29f283d7
2 changed files with 38 additions and 32 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.0-alpha-53104';
$wp_version = '6.0-alpha-53105';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.