Make WordPress Core

Ticket #48552: 48552.patch

File 48552.patch, 643 bytes (added by nielslange, 4 years ago)
  • src/wp-content/themes/twentytwenty/functions.php

    diff --git a/src/wp-content/themes/twentytwenty/functions.php b/src/wp-content/themes/twentytwenty/functions.php
    index ce1e2a6cb5..388c05cb97 100644
    a b function twentytwenty_theme_support() { 
    119119        // Add support for full and wide align images.
    120120        add_theme_support( 'align-wide' );
    121121
     122        // Add support for responsive embeds.
     123        add_theme_support( 'responsive-embeds' );
     124               
    122125        /*
    123126         * Adds starter content to highlight the theme on fresh sites.
    124127         * This is done conditionally to avoid loading the starter content on every