function authors_box($page, $box = NULL)
 {
     $id = isset($page->link) ? $page->link->id : NULL;
     FeedWordPressSettingsUI::instead_of_authors_box($id);
 }