﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
20087	Bug in /wp-includes/nav-menu.php	shopandstore		"hello.
updated to 3.31
In my dashboard, while clicking to the Appearence> menus> there appears an error, that the function wp_trim_words is unknown;
the opened the nav-menu.php and saw these:


{{{
if ( empty( $menu_item->description ) ) 
$menu_item->description = apply_filters( 'nav_menu_description',  wp_trim_words( $menu_item->post_content, 200 ) );
}}}


### it seemed to me something unknown, then i simply added the following


''''''{''''''   $menu_item->description = apply_filte.........content, 200 ) );   ''''''}''''''

}}}

and error was corrected.

"	defect (bug)	closed	normal		General		normal	invalid		
