mirror of
https://github.com/mashirozx/sakura.git
synced 2024-11-22 14:58:14 +08:00
perf: optmize
This commit is contained in:
parent
5c415480fa
commit
df1c5bac14
@ -182,7 +182,7 @@ function optionsframework_options()
|
|||||||
'name' => __('Favicon', 'sakura'),
|
'name' => __('Favicon', 'sakura'),
|
||||||
'desc' => __('It is the small logo on the browser tab, fill in the url', 'sakura'), /*就是浏览器标签栏上那个小 logo,填写url*/
|
'desc' => __('It is the small logo on the browser tab, fill in the url', 'sakura'), /*就是浏览器标签栏上那个小 logo,填写url*/
|
||||||
'id' => 'favicon_link',
|
'id' => 'favicon_link',
|
||||||
'std' => '/wp-content/themes/Sakura/images/favicon.ico',
|
'std' => get_template_directory_uri().'/images/favicon.ico',
|
||||||
'type' => 'text');
|
'type' => 'text');
|
||||||
|
|
||||||
$options[] = array(
|
$options[] = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user