Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Codeblock
languagecss
firstline25762575
title/wp-content/plugins/modern-events-calendar-lite/app/libraries/main.php
linenumberstrue
$address$location = ((isset($event->data->meta['mec_more_info']) ) ? $event->data->meta['mec_more_info'] : '';

if(trim($location) != '') $ical .= "LOCATION:".$location.PHP_EOL;