Changeset 6975
- Timestamp:
- 03/29/2018 10:07:43 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wp15.wordpress.net/public_html/content/plugins/wp15-meetup-events/wp15-meetup-events.php
r6938 r6975 222 222 ); 223 223 224 ob_start(); 224 225 require_once( __DIR__ . '/views/events-map.php' ); 225 226 require_once( __DIR__ . '/views/events-list.php' ); 227 return ob_get_clean(); 226 228 } 227 229
Note: See TracChangeset
for help on using the changeset viewer.