Making WordPress.org

Changeset 1899


Ignore:
Timestamp:
09/18/2015 10:06:38 PM (9 years ago)
Author:
iandunn
Message:

WordPress.tv: Add meta tags required for Twitter Player Cards.

See #976
Props nathanshubert

Location:
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/functions.php

    r1724 r1899  
    1414            require_once get_template_directory() . '/plugins/wordpresstv-anon-upload/anon-upload.php';
    1515            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';
    1617
    1718            add_action( 'after_setup_theme', array( $this, 'setup' ) );
Note: See TracChangeset for help on using the changeset viewer.