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:
parent
35de498760
commit
334ce204e8
@ -64,7 +64,7 @@ require_once($abspath.'wp-links/links.php');
|
|||||||
|
|
||||||
<?php trackback_rdf(); ?>
|
<?php trackback_rdf(); ?>
|
||||||
|
|
||||||
<?php include('b2comments.php'); ?>
|
<?php include($abspath . 'b2comments.php'); ?>
|
||||||
|
|
||||||
<?php } } // end foreach, end if any posts ?>
|
<?php } } // end foreach, end if any posts ?>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user