Remove use of nonexistent include_last_update_time arg from get_terms() call. See #19953.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19928 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
duck_ 2012-02-15 16:48:27 +00:00
parent 0f26dd5fa8
commit 010396ab1a
1 changed files with 0 additions and 1 deletions

View File

@ -811,7 +811,6 @@ function wp_nav_menu_item_taxonomy_meta_box( $object, $taxonomy ) {
'hide_empty' => false,
'hierarchical' => 1,
'include' => '',
'include_last_update_time' => false,
'number' => $per_page,
'offset' => $offset,
'order' => 'ASC',