mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-17 20:15:08 +00:00
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:
parent
5e6d095a5c
commit
dea634c799
@ -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…
x
Reference in New Issue
Block a user