Pass all updated meta IDs to filters in update_metadata().

Props wonderboymusic.
Fixes #11683.
Built from https://develop.svn.wordpress.org/trunk@30140


git-svn-id: http://core.svn.wordpress.org/trunk@30140 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges
2014-11-01 02:39:24 +00:00
parent 65ab0a188e
commit c27548265e
2 changed files with 18 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-alpha-30139';
$wp_version = '4.1-alpha-30140';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.