Skip to content

Commit 8c809b4

Browse files
author
Kristan Kenney
authored
Merge pull request hestiacp#1735 from jaapmarcus/fix/wordpress-quick-install
Wordpress Quick installer showed the option "Site Description"
2 parents c0a3af0 + c5a6bcf commit 8c809b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/src/app/WebApp/Installers/Wordpress/WordpressSetup.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ class WordpressSetup extends BaseSetup {
2323
// 'options' => ['http','https'],
2424
//],
2525
'site_name' => ['type'=>'text', 'value'=>'WordPress Blog'],
26-
'site_description' => ['value'=>'Another WordPress site'],
2726
'wordpress_account_username' => ['value'=>'wpadmin'],
2827
'wordpress_account_email' => 'text',
2928
'wordpress_account_password' => 'password',

0 commit comments

Comments
 (0)