Make WordPress Core

Ticket #18552: 18552.diff

File 18552.diff, 598 bytes (added by RyanMurphy, 13 years ago)

Patch with Matt's wording

  • wp-admin/includes/schema.php

     
    356356       'siteurl' => $guessurl,
    357357       'blogname' => __('My Site'),
    358358       /* translators: blog tagline */
    359        'blogdescription' => __('Just another WordPress site'),
     359       'blogdescription' => __('Not just another WordPress site!'),
    360360       'users_can_register' => 0,
    361361       'admin_email' => 'you@example.com',
    362362       'start_of_week' => 1,