Ticket #20249: theme.php.patch
File theme.php.patch, 579 bytes (added by , 12 years ago) |
---|
-
wp-includes/theme.php
1441 1441 add_theme_support( 'custom-background', array( '__jit' => true ) ); 1442 1442 1443 1443 $args = get_theme_support( 'custom-background' ); 1444 add_action( 'wp_head', $args[0]['wp-head-callback'] ); 1444 if ( $args[0]['wp-head-callback'] ) 1445 add_action( 'wp_head', $args[0]['wp-head-callback'] ); 1445 1446 1446 1447 if ( is_admin() ) { 1447 1448 require_once( ABSPATH . 'wp-admin/custom-background.php' );