Ticket #834: class-install.patch

File class-install.patch, 1.0 KB (added by da3rX, 4 years ago)
  • class-install.php

     
    525525                                        'wp_siteurl' => array( 
    526526                                                'value' => '', 
    527527                                                '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.'), 
    529529                                                'prerequisite' => 'toggle_2_1' 
    530530                                        ), 
    531531                                        'wp_home' => array( 
    532532                                                'value' => '', 
    533533                                                '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.'), 
    535535                                                'prerequisite' => 'toggle_2_1' 
    536536                                        ), 
    537537                                        'wp_secret_key' => array(