Don't store nonexistent (deleted) menus in the auto-add option. see #13447.

git-svn-id: http://svn.automattic.com/wordpress/trunk@14934 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2010-05-26 05:11:46 +00:00
parent aac7b130c0
commit c0289daf99
3 changed files with 6 additions and 2 deletions

View File

@@ -714,7 +714,7 @@ function get_term_to_edit( $id, $taxonomy ) {
*
* The 'get_terms_orderby' filter passes the ORDER BY clause for the query
* along with the $args array.
*
* The 'get_terms_fields' filter passes the fields for the SELECT query
* along with the $args array.
*