Update install.php

This commit is contained in:
joyqi 2021-08-20 17:53:02 +08:00 committed by GitHub
parent 30baad977c
commit 88fff899b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1001,7 +1001,8 @@ function install_step_3_perform() {
'name' => _t('默认分类'),
'slug' => 'default',
'type' => 'category',
'description' => _t('只是一个默认分类')
'description' => _t('只是一个默认分类'),
'count' => 1
])
);