We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225b70f commit 7a1360aCopy full SHA for 7a1360a
modules/minileven/theme/pub/minileven/functions.php
@@ -64,7 +64,7 @@ function minileven_setup() {
64
add_theme_support( 'post-formats', array( 'gallery' ) );
65
66
// Add support for custom backgrounds
67
- add_custom_background();
+ add_theme_support( 'custom-background' );
68
69
// Add support for post thumbnails
70
add_theme_support( 'post-thumbnails' );
0 commit comments