Browse Source

Lodestar: update site_logo for compatibility with Jetpack 9.9 (#4166)

Grant Kinney 4 năm trước cách đây
mục cha
commit
9958d35262
2 tập tin đã thay đổi với 3 bổ sung4 xóa
  1. 2 3
      lodestar/inc/wpcom.php
  2. 1 1
      lodestar/style.css

+ 2 - 3
lodestar/inc/wpcom.php

@@ -35,7 +35,7 @@ add_action( 'after_setup_theme', 'lodestar_wpcom_setup' );
  * Enqueue wp.com-specific styles
  */
 function lodestar_wpcom_styles() {
- wp_enqueue_style( 'lodestar-wpcom', get_template_directory_uri() . '/inc/wpcom-style.css', '20160708' );
+	wp_enqueue_style( 'lodestar-wpcom', get_template_directory_uri() . '/inc/wpcom-style.css', '20160708' );
 }
 add_action( 'wp_enqueue_scripts', 'lodestar_wpcom_styles' );
 
@@ -44,8 +44,7 @@ add_action( 'wp_enqueue_scripts', 'lodestar_wpcom_styles' );
  */
 function lodestar_move_logo() {
 	if ( current_theme_supports( 'custom-logo' ) && ! get_theme_mod( 'custom_logo' ) && $jp_logo = get_option( 'site_logo' ) ) {
-		set_theme_mod( 'custom_logo', $jp_logo['id'] );
-		delete_option( 'site_logo' );
+		set_theme_mod( 'custom_logo', $jp_logo );
 	}
 }
 add_action( 'init', 'lodestar_move_logo' );

+ 1 - 1
lodestar/style.css

@@ -4,7 +4,7 @@ Theme URI: http://theme.wordpress.com/themes/lodestar
 Author: Automattic
 Author URI: https://www.wordpress.com
 Description: Lodestar is a trendy one-page theme designed with startups and small business ventures in mind.
-Version: 1.0.15-wpcom
+Version: 1.0.16-wpcom
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: lodestar