Ticket #834: class-install.patch
| File class-install.patch, 1.0 KB (added by da3rX, 4 years ago) |
|---|
-
class-install.php
525 525 'wp_siteurl' => array( 526 526 'value' => '', 527 527 'label' => __('WordPress address (URL):'), 528 'note' => __('This value should exactly match the <strong>WordPress address (URL)</strong> in your WordPress general settings.'),528 'note' => __('This value should exactly match the <strong>WordPress address (URL)</strong> setting in your WordPress general settings.'), 529 529 'prerequisite' => 'toggle_2_1' 530 530 ), 531 531 'wp_home' => array( 532 532 'value' => '', 533 533 'label' => __('Blog address (URL):'), 534 'note' => __('This value should exactly match the <strong>Blog address (URL)</strong> in your WordPress general settings.'),534 'note' => __('This value should exactly match the <strong>Blog address (URL)</strong> setting in your WordPress general settings.'), 535 535 'prerequisite' => 'toggle_2_1' 536 536 ), 537 537 'wp_secret_key' => array(