Make WordPress Core


Ignore:
Timestamp:
12/06/2007 06:37:30 AM (17 years ago)
Author:
ryan
Message:

Remove unused variables. Props DD32. see #5418

File:
1 edited

Legend:

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

    r6269 r6363  
    77
    88if ( !function_exists('wp_install') ) :
    9 function wp_install($blog_title, $user_name, $user_email, $public, $meta='') {
     9function wp_install($blog_title, $user_name, $user_email, $public, $deprecated='') {
    1010    global $wp_rewrite;
    1111
Note: See TracChangeset for help on using the changeset viewer.