Include -> require_once

fixes comment posting bug.


git-svn-id: https://develop.svn.wordpress.org/trunk@242 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little 2003-06-21 22:14:55 +00:00
parent e188d6e08a
commit 81ca473281
1 changed files with 2 additions and 7 deletions

View File

@ -1,13 +1,8 @@
<?php
# if you want to change the paths here, remember to put your new path BEFORE $b2inc,
# like this: "b2/$b2inc/b2functions.php"
require_once('wp-config.php');
require_once($abspath.$b2inc.'/b2template.functions.php');
include($abspath.$b2inc.'/b2vars.php');
include($abspath.$b2inc.'/b2functions.php');
require_once($abspath.$b2inc.'/b2vars.php');
require_once($abspath.$b2inc.'/b2functions.php');
function add_magic_quotes($array) {
foreach ($array as $k => $v) {