Skip to content

Commit

Permalink
✨ 移除自定义背景默认图片
Browse files Browse the repository at this point in the history
  • Loading branch information
Licoy committed Jan 5, 2023
1 parent 4efddf4 commit b5c1cb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inc/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ function unregister_d_widget()
add_theme_support('post-thumbnails');//缩略图设置
add_theme_support('post-formats', array('aside'));//增加文章形式
add_theme_support('custom-background', array(
'default-image' => pk_get_static_url() . '/assets/img/bg.png',
'default-repeat' => 'repeat',
'default-position-x' => 'left',
'default-position-y' => 'top',
Expand Down

0 comments on commit b5c1cb4

Please sign in to comment.