]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/GeoURL/GeoURLPlugin.php
* i18n/L10n updates.
[quix0rs-gnu-social.git] / plugins / GeoURL / GeoURLPlugin.php
index 01178f39c0f4c246089246ec792bf5476752daef..91da81a5aa4299c44025a1c05152a347bc00fde3 100644 (file)
@@ -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) {