diff --git a/vendor/loco-translate/src/mvc/AdminController.php b/vendor/loco-translate/src/mvc/AdminController.php index 1e81d7f..2e29dde 100644 --- a/vendor/loco-translate/src/mvc/AdminController.php +++ b/vendor/loco-translate/src/mvc/AdminController.php @@ -45,6 +45,7 @@ abstract class Loco_mvc_AdminController extends Loco_mvc_Controller { } // add contextual help tabs to current screen if there are any + /* if( $screen = get_current_screen() ){ try { $this->view->cd('/admin/help'); @@ -66,6 +67,7 @@ abstract class Loco_mvc_AdminController extends Loco_mvc_Controller { Loco_error_AdminNotices::add( $e ); } } + */ // helper properties for loading static resources $this->baseurl = plugins_url( '', loco_plugin_self() );