Skip to content

Commit

Permalink
Make Gravatar work with the mobile theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
markosullivan committed Feb 15, 2011
1 parent d8d5856 commit 8ed0c82
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions plugins/Gravatar/default.php
Expand Up @@ -4,13 +4,15 @@
$PluginInfo['Gravatar'] = array(
'Name' => 'Gravatar',
'Description' => 'Implements Gravatar avatars for all users who have not uploaded their own custom profile picture & icon.',
'Version' => '1.1',
'Version' => '1.2',
'Author' => "Mark O'Sullivan",
'AuthorEmail' => 'mark@vanillaforums.com',
'AuthorUrl' => 'http://vanillaforums.com'
'AuthorUrl' => 'http://vanillaforums.com',
'MobileFriendly' => TRUE
);

// 1.1 Fixes - Used GetValue to retrieve array props instead of direct references
// 1.2 Fixes - Make Gravatar work with the mobile theme

class GravatarPlugin extends Gdn_Plugin {

Expand Down

0 comments on commit 8ed0c82

Please sign in to comment.