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() { |
| 119 | 119 | // Add support for full and wide align images. |
| 120 | 120 | add_theme_support( 'align-wide' ); |
| 121 | 121 | |
| | 122 | // Add support for responsive embeds. |
| | 123 | add_theme_support( 'responsive-embeds' ); |
| | 124 | |
| 122 | 125 | /* |
| 123 | 126 | * Adds starter content to highlight the theme on fresh sites. |
| 124 | 127 | * This is done conditionally to avoid loading the starter content on every |