Make WordPress Core


Ignore:
Timestamp:
06/14/2007 10:45:40 PM (18 years ago)
Author:
ryan
Message:

Use EXTR_SKIP when extracting. see #4468

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install.php

    r5631 r5708  
    8383<?php
    8484    $result = wp_install($weblog_title, 'admin', $admin_email, $public);
    85     extract($result);
     85    extract($result, EXTR_SKIP);
    8686?>
    8787
Note: See TracChangeset for help on using the changeset viewer.