mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 07:22:01 +01:00
Strange fixes for type in require.
git-svn-id: http://svn.automattic.com/wordpress/trunk@784 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1f4b30d69d
commit
6feded370c
@ -1,4 +1,4 @@
|
||||
<?php // rename this to blogger-2-b2.php
|
||||
<?php
|
||||
|
||||
$wpvarstoreset = array('action');
|
||||
for ($i=0; $i<count($wpvarstoreset); $i += 1) {
|
||||
@ -16,7 +16,7 @@ for ($i=0; $i<count($wpvarstoreset); $i += 1) {
|
||||
}
|
||||
}
|
||||
require_once('../wp-config.php');
|
||||
require('upgrade_functions.php');
|
||||
require('upgrade-functions.php');
|
||||
switch ($action) {
|
||||
|
||||
case "step1":
|
||||
|
Loading…
Reference in New Issue
Block a user