Files
wordpress/wp-includes/rest-api/endpoints
Adam Silverstein afcbc33f65 Editor: fix contributor "Slow down" message when updating Notes quickly.
Fix an issue where contributors’ notes edits were throttled. Notes are internal and from trusted users, they do not need throttling. 

Skip calling wp_allow_comment for notes in WP_REST_Comments_Controller::create_item. As a result the pre_comment_approved hook is also not fired for notes. 

Fixes https://github.com/WordPress/gutenberg/issues/72892 where the issue was originally reported.

Props adamsilverstein, desrosj, wildworks, mamaduka.
Fixes #64199.


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


git-svn-id: http://core.svn.wordpress.org/trunk@60480 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2025-11-05 20:34:28 +00:00
..