[event_gravatar] Fix paste error in legal info.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2018-08-04 02:58:35 +02:00
parent e83e6d08b3
commit d2dff77f9d

View file

@ -14,7 +14,7 @@ if (file_exists($probelang)) {
include dirname(__FILE__) . '/lang_en.inc.php';
// Actual version of this plugin
@define('PLUGIN_EVENT_GRAVATAR_VERSION', '1.60'); // NOTE: This plugin is also in the central repository. Commit changes to the core, too :)
@define('PLUGIN_EVENT_GRAVATAR_VERSION', '1.60.1'); // 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);
@ -59,7 +59,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(