- Timestamp:
- 11/04/2015 10:01:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/functions.php
r1899 r2038 14 14 require_once get_template_directory() . '/plugins/wordpresstv-anon-upload/anon-upload.php'; 15 15 require_once get_template_directory() . '/plugins/wordpresstv-upload-subtitles/wordpresstv-upload-subtitles.php'; 16 require_once get_template_directory() . '/plugins/wordpresstv- twitter-cards/wordpresstv-twitter-cards.php';16 require_once get_template_directory() . '/plugins/wordpresstv-open-graph/wordpresstv-open-graph.php'; 17 17 18 18 add_action( 'after_setup_theme', array( $this, 'setup' ) );
Note: See TracChangeset
for help on using the changeset viewer.