Skip to content

Commit c5a6bcf

Browse files
committed
Unable to set site description during install remove option
1 parent c0a3af0 commit c5a6bcf

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)