diff --git a/workbench_moderation.module b/workbench_moderation.module index e4bad10..cb8d1bb 100644 --- a/workbench_moderation.module +++ b/workbench_moderation.module @@ -1655,9 +1655,9 @@ function workbench_moderation_store($node) { if (!isset($node->menu)) { menu_node_prepare($node); if (!empty($node->menu)) { - // menu_node_prepare() expects FAPI to mark the link enabled. + // menu_node_prepare() expects FAPI to mark the link enabled. // If it's not marked enabled, when we execute node_save(), - // menu_node_save() would delete it. Avoid this: + // menu_node_save() would delete it. $node->menu['enabled'] = empty($node->menu['mlid']) ? 0 : 1; } }