From 2f327ce463a4e91e34d3bba9fd314ab4a5778ef7 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sat, 4 Aug 2018 03:02:52 +0200 Subject: [PATCH] [event_gravatar] Fix paste error in legal info. Picked from additional plugins. Signed-off-by: Thomas Hochstein --- .../serendipity_event_gravatar/serendipity_event_gravatar.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/serendipity_event_gravatar/serendipity_event_gravatar.php b/plugins/serendipity_event_gravatar/serendipity_event_gravatar.php index b63c5115..689d617f 100755 --- a/plugins/serendipity_event_gravatar/serendipity_event_gravatar.php +++ b/plugins/serendipity_event_gravatar/serendipity_event_gravatar.php @@ -8,7 +8,7 @@ if (IN_serendipity !== true) { @serendipity_plugin_api::load_language(dirname(__FILE__)); // Actual version of this plugin -@define('PLUGIN_EVENT_GRAVATAR_VERSION', '1.62.2'); // NOTE: This plugin is also in the central repository. Commit changes to the core, too :) +@define('PLUGIN_EVENT_GRAVATAR_VERSION', '1.62.3'); // NOTE: This plugin is also in the central repository. Commit changes to the core, too :) // Defines the maximum available method slots in the configuration. @define('PLUGIN_EVENT_GRAVATAR_METHOD_MAX', 6); @@ -53,7 +53,7 @@ class serendipity_event_gravatar extends serendipity_event $propbag->add('legal', array( 'services' => array( 'gravatar' => array( - 'url' => 'https://developers.google.com/recaptcha/', + 'url' => 'https://gravatar.com', 'desc' => 'Transmits comment data to retrieve unique avatar for a user.' ), 'favatar' => array(