This commit is contained in:
surrim 2020-02-27 01:25:13 +01:00
parent fa034f5066
commit cca07b792b
3 changed files with 3 additions and 3 deletions

View file

@ -67,7 +67,7 @@
}
return array_values($entries);
}
function get_uploads() {
global $serendipity;
return array_map(function($row) {

View file

@ -1,5 +1,5 @@
<?php
@define('PLUGIN_EVENT_OSM_NAME', 'OpenStreetMaps integration');
@define('PLUGIN_EVENT_OSM_NAME', 'OpenStreetMap integration');
@define('PLUGIN_EVENT_OSM_DESCRIPTION', 'Provides an interactive map with *.gpx uploads and tagged geo data.');

View file

@ -1,4 +1,4 @@
<?php
@define('PLUGIN_EVENT_STATIC_OSM_NAME', 'OpenStreetMaps static files');
@define('PLUGIN_EVENT_STATIC_OSM_NAME', 'OpenStreetMap static files');
@define('PLUGIN_EVENT_STATIC_OSM_DESCRIPTION', 'Includes scripts and css for OpenStreetMap support.');
?>