diff --git a/tablepress-pods.php b/tablepress-pods.php index f864a5d..2393f6f 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.4.0 +Version: 0.4.1 Author: Glen Whitney Author URI: http://studioinfinity.org/ */ @@ -114,7 +114,7 @@ function tbp_pods_exportpods_data( $data, $act ) { } function tbp_pods_maybe_shortcodes($value) { - $bracketed = str_replace(array('((', '))'), array('[', ']')); + $bracketed = str_replace(array('((', '))'), array('[', ']'), $value); return do_shortcode($bracketed); }