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

git-svn-id: https://develop.svn.wordpress.org/trunk@19928 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jon Cave 2012-02-15 16:48:27 +00:00
parent 3f8ae63a88
commit 5d9ade050e
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',