Browse Source

Button 2: Fixed merge conflicts

Chris Runnells 6 năm trước cách đây
mục cha
commit
8dce98d530
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      button-2/functions.php

+ 3 - 0
button-2/functions.php

@@ -85,6 +85,9 @@ function button_2_setup() {
 
 	// Add support for wide images in Gutenberg
 	add_theme_support( 'align-wide' );
+
+	// Add support for responsive embeds.
+	add_theme_support( 'responsive-embeds' );
 }
 endif; // button_2_setup
 add_action( 'after_setup_theme', 'button_2_setup' );