mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user