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

git-svn-id: http://svn.automattic.com/wordpress/trunk@319 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
emc3 2003-08-15 18:19:07 +00:00
parent 5e6d095a5c
commit dea634c799
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 ?>