Pass taxonomy name to actions in term-relationship CRUD functions.

Props Takahashi_Fumiki.
Fixes #38006.
Built from https://develop.svn.wordpress.org/trunk@38621


git-svn-id: http://core.svn.wordpress.org/trunk@38564 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges
2016-09-18 18:53:30 +00:00
parent 788c3680f9
commit 65bc3d39e6
2 changed files with 19 additions and 11 deletions

View File

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