mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
Rachel Baker
7d2dd7c861
Comments: Fix placement of the wp_update_comment_data filter to safeguard filtered data from triggering a database error.
Introduced in [38674], the wp_update_comment_data filter took place after the $data was sliced and prepared for the database update statement. The location of the filter assumed the result of anyone applying it would not change the data type or make structural modifications or additions to the $data array. 😅 This moves the wp_update_comment_data filter to take place before the $data is sliced and prepared for the database update statement. Merges [39640] to the 4.7 branch. Props dshanske for initial patch. Fixes #39380. git-svn-id: https://develop.svn.wordpress.org/branches/4.7@39641 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
81.4%
CSS
8.9%
JavaScript
8.2%
SCSS
0.8%
HTML
0.7%