From f1c57d6614b3c5401b51069fbcf3943d6d3964ce Mon Sep 17 00:00:00 2001 From: James Pederson Date: Mon, 20 May 2019 16:50:14 -0500 Subject: [PATCH] Globalize twitter aggregator options variable in WordPress. --- wordpress.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wordpress.php b/wordpress.php index 03df250..a94c5d5 100644 --- a/wordpress.php +++ b/wordpress.php @@ -9,6 +9,7 @@ if ( function_exists( 'add_shortcode' ) ) { // twitter aggregator options for the wordpress settings page and the shortcode + global $ta_options; $ta_options = array( 'ta_consumer_key', 'ta_consumer_secret',