Added abspath to b2comments.php include, to facilitate running WP from a subdirectory

git-svn-id: https://develop.svn.wordpress.org/trunk@319 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dougal Campbell 2003-08-15 18:19:07 +00:00
parent 35de498760
commit 334ce204e8
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ require_once($abspath.'wp-links/links.php');
<?php trackback_rdf(); ?>
<?php include('b2comments.php'); ?>
<?php include($abspath . 'b2comments.php'); ?>
<?php } } // end foreach, end if any posts ?>