diff options
Diffstat (limited to 'core/helpers/core_block.php')
-rw-r--r-- | core/helpers/core_block.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/helpers/core_block.php b/core/helpers/core_block.php index ec1ee066..b7e4ad44 100644 --- a/core/helpers/core_block.php +++ b/core/helpers/core_block.php @@ -24,10 +24,6 @@ class core_block_Core { $profiler = new Profiler(); $profiler->render(); } - - if ($theme->item() && access::can("edit", $theme->item())) { - return new View("in_place_edit.html"); - } } public static function admin_page_bottom($theme) { |