Changeset 2901 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/applications/tracker.php
- Timestamp:
- 04/05/2016 07:46:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/applications/tracker.php
r2899 r2901 17 17 $posts = get_active_wordcamps( $statuses ); 18 18 19 ob_start(); 20 19 21 require_once( dirname( __DIR__ ) . '/wcpt-wordcamp/wordcamp-admin.php' ); 20 22 require( dirname( __DIR__ ) . '/views/applications/tracker/shortcode-application-tracker.php' ); 23 24 return ob_get_clean(); 21 25 } 22 26
Note: See TracChangeset
for help on using the changeset viewer.