mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
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:
parent
0f26dd5fa8
commit
010396ab1a
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user