Make WordPress Core


Ignore:
Timestamp:
07/30/2007 04:32:12 PM (18 years ago)
Author:
markjaquith
Message:

Favor the term "blog" instead of "weblog." Props foolswisdom and Nazgul. fixes #4674

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/schema.php

    r5707 r5825  
    157157    $guessurl = preg_replace('|/wp-admin/.*|i', '', $schema . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']);
    158158    add_option('siteurl', $guessurl, __('WordPress web address'));
    159     add_option('blogname', __('My Weblog'), __('Blog title'));
     159    add_option('blogname', __('My Blog'), __('Blog title'));
    160160    add_option('blogdescription', __('Just another WordPress weblog'), __('Short tagline'));
    161161    add_option('new_users_can_blog', 0);
Note: See TracChangeset for help on using the changeset viewer.