summaryrefslogtreecommitdiff
path: root/plugins/GeoURL
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-20 20:54:30 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-20 20:54:30 +0200
commit500f8e5a8727bc09e0b935813482881a468af10b (patch)
treedf51c5ffda80569146d1840d074c09ea3cb1019f /plugins/GeoURL
parente0952bf56bea07f0a1ef1ec26803594cd7f97fdd (diff)
* i18n/L10n updates.
* remove superfluous whitespace.
Diffstat (limited to 'plugins/GeoURL')
-rw-r--r--plugins/GeoURL/GeoURLPlugin.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/GeoURL/GeoURLPlugin.php b/plugins/GeoURL/GeoURLPlugin.php
index 01178f39c..91da81a5a 100644
--- a/plugins/GeoURL/GeoURLPlugin.php
+++ b/plugins/GeoURL/GeoURLPlugin.php
@@ -46,7 +46,6 @@ if (!defined('STATUSNET')) {
*
* @seeAlso Location
*/
-
class GeoURLPlugin extends Plugin
{
public $ping = 'http://geourl.org/ping/';
@@ -58,7 +57,6 @@ class GeoURLPlugin extends Plugin
*
* @return boolean event handler flag
*/
-
function onEndShowHeadElements($action)
{
$name = $action->trimmed('action');
@@ -94,7 +92,6 @@ class GeoURLPlugin extends Plugin
*
* @return boolean event handler flag
*/
-
function onHandleQueuedNotice(&$notice)
{
if ($notice->is_local == 1) {