Making WordPress.org

Ticket #4500: 4500.diff

File 4500.diff, 599 bytes (added by ryelle, 6 years ago)
  • wordcamp.org/public_html/wp-content/themes/campsite-2017/functions.php

    diff --git wordcamp.org/public_html/wp-content/themes/campsite-2017/functions.php wordcamp.org/public_html/wp-content/themes/campsite-2017/functions.php
    index 0c6a750f8..0e185492a 100644
    function setup_theme() { 
    2626        add_theme_support( 'title-tag' );
    2727        add_theme_support( 'post-thumbnails' );
    2828        add_theme_support( 'customize-selective-refresh-widgets' );
     29        add_theme_support( 'responsive-embeds' );
    2930
    3031        add_theme_support(
    3132                'html5',