Can’t edit navigation in 2.4b or RC

3.38K viewsIssues
0

I found the same thing with both previous 2.4 beta and RC ~ I can no longer edit my navigation.

If I add a page to the primary menu, it doesn’t show.

If I try to delete a page from the menu, it won’t go.

Here’s what I mean ~ http://screencast.com/t/trxKecMB

I have to go back to 2.3.8 to edit my menus.

10 minutes later I found the problem.

I removed this code from functions.php and the problem went away.

function my_remove_more_filter($args){
  foreach($args['description']['sanitize'] as $k => $s){
    if($s == 'remove_more'){
      unset($args['description']['sanitize'][$k]);
    }
  }
}
add_filter('ap_ask_fields_validation', 'my_remove_more_filter');

Sorry, I was too quick to ascribe.

0

I tested and I don’t face same issue. Its look like issue with other plugin.