MINOR: reverted show in menus true by default

This commit is contained in:
Carlos Barberis 2011-01-11 22:18:26 +00:00
parent c4dde4bccd
commit 40a52b8cfd

View File

@ -27,7 +27,7 @@ class BlogEntry extends Page {
static $defaults = array( static $defaults = array(
"ProvideComments" => true, "ProvideComments" => true,
'ShowInMenus' => true 'ShowInMenus' => false
); );
static $extensions = array( static $extensions = array(