Changeset 1913822
- Timestamp:
- 07/23/2018 10:13:02 PM (8 years ago)
- Location:
- eveeno/trunk
- Files:
-
- 2 edited
-
eveeno.php (modified) (5 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
eveeno/trunk/eveeno.php
r1913814 r1913822 3 3 Plugin Name: Eveeno 4 4 Plugin URI: https://github.com/cassandre/eveeno-wp 5 Version: 1.3 15 Version: 1.32 6 6 Description: Erstellt Shortcode, der Anmeldeformulare und Veranstaltungslisten von Eveeno in die eigene Seite integriert 7 7 Author: Barbara Bothe … … 170 170 . " width=\"$width\"" 171 171 . " height=\"$height\"" 172 . " name=\"" . __(' Eveeno Anmeldung', 'eveeno') . "\""172 . " name=\"" . __('eveeno Anmeldung', 'eveeno') . "\"" 173 173 . " style=\"border:none;\"" 174 174 . ">"; … … 177 177 $output .= "</iframe>"; 178 178 } elseif ($show == 'table' && $userid !='') { 179 $output .= "<iframe src=\"http ://eveeno.com/de/event-cal/$userid?style=table&format=embedded\""179 $output .= "<iframe src=\"https://eveeno.com/de/event-cal/$userid?style=table&format=embedded\"" 180 180 . "width=\"$width\"" 181 181 . "height=\"$height\"" … … 187 187 $output .= "</iframe>"; 188 188 } elseif ($show == 'grid' && $userid !='') { 189 $output .= "<iframe src=\"http ://eveeno.com/de/event-cal/$userid?style=grid&format=embedded\""189 $output .= "<iframe src=\"https://eveeno.com/de/event-cal/$userid?style=grid&format=embedded\"" 190 190 . "width=\"$width\"" 191 191 . "height=\"$height\"" … … 197 197 $output .= "</iframe>"; 198 198 } elseif ($show == 'list' && $userid !='') { 199 $output .= "<iframe src=\"http ://eveeno.com/de/event-cal/$userid?style=list&format=embedded\""199 $output .= "<iframe src=\"https://eveeno.com/de/event-cal/$userid?style=list&format=embedded\"" 200 200 . "width=\"$width\"" 201 201 . "height=\"$height\"" -
eveeno/trunk/readme.txt
r1913814 r1913822 4 4 Requires at least: 4.1 5 5 Tested up to: 4.9.7 6 Stable tag: 1.3 16 Stable tag: 1.32 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.