Make WordPress Core


Ignore:
Timestamp:
12/24/2004 01:34:47 AM (21 years ago)
Author:
saxmatt
Message:

Cleaning up blogfilename.

File:
1 edited

Legend:

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

    r1975 r1997  
    155155    $guessurl = preg_replace('|/wp-admin/.*|i', '', 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']);
    156156    add_option('siteurl', $guessurl, 'WordPress web address');
    157     add_option('blogfilename', '', 'Default file for blog');
    158157    add_option('blogname', 'My Weblog', 'Blog title');
    159158    add_option('blogdescription', 'Just another WordPress weblog', 'Short tagline');
Note: See TracChangeset for help on using the changeset viewer.