Make WordPress Core


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-admin/users.php

    r945 r955  
    7171    $user_lastname = addslashes(stripslashes($user_lastname));
    7272    $now = gmdate('Y-m-d H:i:s');
     73    $new_users_can_blog = get_settings('new_users_can_blog');
    7374
    7475    $result = $wpdb->query("INSERT INTO $tableusers
Note: See TracChangeset for help on using the changeset viewer.