Making WordPress.org

Changeset 2787


Ignore:
Timestamp:
03/23/2016 10:29:07 PM (10 years ago)
Author:
iandunn
Message:

WordCamp Post Type: Add the assets for the WordCamp application.

Location:
sites/branches/application-tracking/wordcamp.org/public_html/wp-content/plugins/wcpt
Files:
8 added
1 edited

Legend:

Unmodified
Added
Removed
  • sites/branches/application-tracking/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-loader.php

    r171 r2787  
    109109                require_once ( WCPT_DIR . '/wcpt-functions.php' );
    110110                require_once ( WCPT_DIR . '/wcpt-wordcamp/wordcamp-loader.php' );
     111                require_once ( WCPT_DIR . '/applications/tracker.php' );
     112                require_once ( WCPT_DIR . '/applications/wordcamp.php' );
     113               
    111114                // Require admin files.
    112115                if ( is_admin() ) {
Note: See TracChangeset for help on using the changeset viewer.