Make WordPress Core

Changeset 955 for trunk/wp-settings.php


Ignore:
Timestamp:
02/29/2004 08:43:36 AM (21 years ago)
Author:
saxmatt
Message:

Migrating more of the global options to get_settings().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r946 r955  
    5151if (!strstr($_SERVER['REQUEST_URI'], 'install.php') && !strstr($_SERVER['REQUEST_URI'], 'wp-admin/import')) {
    5252    $blogname = get_settings('blogname');
    53     $blogdescription = get_settings('blogdescription');
    5453    $admin_email = get_settings('admin_email');
    55     $new_users_can_blog = get_settings('new_users_can_blog');
    56     $users_can_register = get_settings('users_can_register');
    5754    $blog_charset = get_settings('blog_charset');
    5855    $start_of_week = get_settings('start_of_week');
    59     $use_bbcode = get_settings('use_bbcode');
    60     $use_gmcode = get_settings('use_gmcode');
    61     $use_quicktags = get_settings('use_quicktags');
    6256    $use_htmltrans = get_settings('use_htmltrans');
    6357    $use_balanceTags = get_settings('use_balanceTags');
Note: See TracChangeset for help on using the changeset viewer.