Skip to content

Commit

Permalink
Merge pull request #215 from RRZE-Webteam/dev
Browse files Browse the repository at this point in the history
v2.2.12
  • Loading branch information
cassandre authored Oct 2, 2024
2 parents 62baa07 + abc0dfc commit d9c5fd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/Shortcodes/Events.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public static function shortcode($atts, $content = "")
$metaAttendance = '<meta itemprop="eventAttendanceMode" content="https://schema.org/MixedEventAttendanceMode" />';
$metaLocation = '<meta itemprop="location" content="' . strip_tags($location) . '">'
. '<span itemprop="location" itemscope itemtype="https://schema.org/VirtualLocation"><meta itemprop="url" content="' . $vc_url . '" /></span>';
$locationOut = $location . ' / ' . __('Online', 'rrze-calendar');
$locationOut = '<p>' . strip_tags($location) . ' / ' . __('Online', 'rrze-calendar') . '</p>';
} else {
$metaLocation = '';
$metaAttendance = '';
Expand Down
2 changes: 1 addition & 1 deletion rrze-calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin Name: RRZE Calendar
Plugin URI: https://github.com/RRZE-Webteam/rrze-calendar
Description: Import and output of FAU public events.
Version: 2.2.11
Version: 2.2.12
Author: RRZE Webteam
Author URI: https://blogs.fau.de/webworking/
License: GNU General Public License v3.0
Expand Down

0 comments on commit d9c5fd1

Please sign in to comment.