Files
wordpress/wp-includes
Boone Gorges b806668e71 In wp_update_term(), limit duplicate slug checks to the same taxonomy as the updated term.
In 4.1 [30240], `wp_insert_term()` was modified to allow the creation of terms
with duplicate slugs, as long as the terms are in different taxonomies.
`wp_update_term()` didn't get the corresponding modification, with the result
that term updates fail when the term being updated shares a slug with an older
term, regardless of that older term's taxonomy.

Props ipm-frommen.
Fixes #30780 for trunk.
Built from https://develop.svn.wordpress.org/trunk@30985


git-svn-id: http://core.svn.wordpress.org/trunk@30971 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-12-22 15:33:25 +00:00
..
2014-11-25 06:12:22 +00:00
2014-11-30 23:24:25 +00:00
2014-11-30 23:24:25 +00:00
2014-11-30 23:24:25 +00:00
2014-11-30 22:56:25 +00:00
2014-12-10 08:44:22 +00:00