'#description'=>t('The link text corresponding to this item that should appear in the menu. Leave blank if you do not wish to add this post to the menu.'),
// @todo This will fail with the new selective menus per content type.
if(!isset($options[$default])){
$default='navigation:0';
}
$form['menu']['parent']=array(
$form['menu']['link']['parent']=array(
'#type'=>'select',
'#title'=>t('Parent item'),
'#default_value'=>$default,
'#options'=>$options,
'#description'=>t('The maximum depth for an item and all its children is fixed at !maxdepth. Some menu items may not be available as parents if selecting them would exceed this limit.',array('!maxdepth'=>MENU_MAX_DEPTH)),