Making WordPress.org


Ignore:
Timestamp:
11/04/2015 10:01:23 PM (9 years ago)
Author:
iandunn
Message:

WordPress.tv: Embed MP4 videos in Facebook posts instead of Flash.

Fixes #1375
Props kraftbj

File:
1 edited

Legend:

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

    r1899 r2038  
    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';
     16            require_once get_template_directory() . '/plugins/wordpresstv-open-graph/wordpresstv-open-graph.php';
    1717
    1818            add_action( 'after_setup_theme', array( $this, 'setup' ) );
Note: See TracChangeset for help on using the changeset viewer.