From 7e05603dd189e5dd90a1829759d9cc1b89855d15 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Mon, 8 Feb 2021 09:41:41 -0800 Subject: [PATCH] fix: Maybe do not remove import --- tablepress-pods.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tablepress-pods.php b/tablepress-pods.php index 9dca0d4..93efd82 100644 --- a/tablepress-pods.php +++ b/tablepress-pods.php @@ -3,7 +3,7 @@ Plugin Name: TablePress Extension: Pods tables Plugin URI: https://code.studioinfinity.org/glen/tablepress-pods Description: Custom Extension for TablePress to incorporate Pods information in tables -Version: 0.2.3 +Version: 0.2.4 Author: Glen Whitney Author URI: http ://studioinfinity.org/ */ @@ -75,7 +75,7 @@ function playground_add_export_pod_action( $view_actions ) { 'nav_tab_title' => _x( 'Export Pods', 'navigation bar', 'tablepress' ), 'required_cap' => 'tablepress_export_tables', ); - unset($view_actions['import']); + /* unset($view_actions['import']); */ return $view_actions; }