Changeset 5714 for branches/2.2/wp-admin/install.php
- Timestamp:
- 06/15/2007 05:45:21 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-admin/install.php
r4766 r5714 83 83 <?php 84 84 $result = wp_install($weblog_title, 'admin', $admin_email, $public); 85 extract($result );85 extract($result, EXTR_SKIP); 86 86 ?> 87 87
Note: See TracChangeset
for help on using the changeset viewer.