From b5bd54cb0909a8a57a96144bc66b438c04c6ba56 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 23 Oct 2015 08:24:07 -0400 Subject: [PATCH] Remove the excerpt from the blocks --- models/block.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/block.php b/models/block.php index cda8830..e613a75 100644 --- a/models/block.php +++ b/models/block.php @@ -104,7 +104,7 @@ class glm_models_block 'show_in_nav_menus' => false, 'can_export' => true, 'menu_position' => 5, - 'supports' => array('thumbnail', 'title', 'editor', 'excerpt', 'page-attributes'), + 'supports' => array('thumbnail', 'title', 'editor', 'page-attributes'), 'has_archive' => false, 'menu_icon' => 'dashicons-exerpt-view', 'capability_type' => 'page', -- 2.17.1