Changeset 1365297
- Timestamp:
- 03/06/2016 09:26:30 PM (10 years ago)
- File:
-
- 1 edited
-
icalendar-shortcode/trunk/ics-shortcode.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
icalendar-shortcode/trunk/ics-shortcode.php
r1067586 r1365297 50 50 $html = ''; 51 51 if (empty($eventsToDisplay)) { 52 if (isset($atts['noeventsmsg']) ){52 if (isset($atts['noeventsmsg'])) { 53 53 $html .= $atts['noeventsmsg']; 54 54 }
Note: See TracChangeset
for help on using the changeset viewer.