Pass the current shortcode instance ID to post_gallery and post_playlist filters.

props justincwatt.
fixes #31151.
Built from https://develop.svn.wordpress.org/trunk@31304


git-svn-id: http://core.svn.wordpress.org/trunk@31285 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2015-01-30 16:02:21 +00:00
parent b05014805f
commit fa86f3ef9c
2 changed files with 9 additions and 7 deletions

View File

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