Skip to content

Commit

Permalink
Globalize twitter aggregator options variable in WordPress.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpederson committed May 20, 2019
1 parent 9bc9f14 commit f1c57d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wordpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f1c57d6

Please sign in to comment.