Strange fixes for type in require.
git-svn-id: https://develop.svn.wordpress.org/trunk@784 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2d0649b0dc
commit
8f5f729dce
@ -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