From f8720069b9c2b4e54511a7ca0c92c5d39faf68d9 Mon Sep 17 00:00:00 2001 From: root <root@rivolta.investici.org> Date: Thu, 2 Jun 2011 22:36:36 +0000 Subject: [PATCH] Constructor: Removed Save Tab --- wp-content/themes/constructor/admin/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/constructor/admin/admin.php b/wp-content/themes/constructor/admin/admin.php index fbf2209ca..1a12268ef 100644 --- a/wp-content/themes/constructor/admin/admin.php +++ b/wp-content/themes/constructor/admin/admin.php @@ -26,7 +26,7 @@ $constructor_modules = array( __('CSS', 'constructor') => 'css', __('Images', 'constructor') => 'images', __('Slideshow', 'constructor') => 'slideshow', - __('Save', 'constructor') => 'save', +// __('Save', 'constructor') => 'save', __('Clean', 'constructor') => 'clean', __('Help', 'constructor') => 'help' ); -- GitLab