"; // Allows for an empty term set to be sent. 0 is an invalid Term ID and will be ignored by empty() checks.
- ?>
+ $name = ( $tax_name == 'category' ) ? 'post_category' : 'tax_input[' . $tax_name . ']';
+ echo ""; // Allows for an empty term set to be sent. 0 is an invalid Term ID and will be ignored by empty() checks.
+ ?>
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 861e69d7fc..c9e0dde3e1 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.4-alpha-34363';
+$wp_version = '4.4-alpha-34364';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.