Skip to content

Commit

Permalink
v0.1.1. - fixed missing twitter handle
Browse files Browse the repository at this point in the history
  • Loading branch information
ura soul committed Jan 12, 2014
1 parent 9ccbde5 commit 4116274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/interconnected.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function get_sharing_data_for_current_page()
if ($default_title == '')
$default_title = $sitename;

$twitter_handle = elgg_get_plugin_setting('twitter_handle', 'interconnected');
$content['twitter_handle'] = elgg_get_plugin_setting('twitter_handle', 'interconnected');

$aboutme = elgg_get_plugin_setting('about_me', 'interconnected');

Expand Down
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>interconnected</name>
<author>ura soul</author>
<version>0.1</version>
<version>0.1.1</version>
<description>for social sharing without bloatage</description>
<website>https://www.infiniteeureka.com</website>
<license>GNU Public License version 2</license>
Expand Down

0 comments on commit 4116274

Please sign in to comment.