Changeset 737
- Timestamp:
- 01/07/2004 09:02:26 PM (22 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
index.php (modified) (1 diff)
-
wp-includes/links-update-xml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r699 r737 3 3 $blog = 1; 4 4 require_once('wp-blog-header.php'); 5 // Uncomment the next line if you want to track blog updates from weblogs.com 6 //include_once(ABSPATH.WPINC.'/links-update-xml.php'); 5 7 ?> 6 8 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -
trunk/wp-includes/links-update-xml.php
r714 r737 3 3 // Copyright (C) 2003 Mike Little -- mike@zed1.com 4 4 5 require_once('../wp-config.php'); 5 // Get the path of our parent directory: 6 $parentpath = dirname(dirname(__FILE__)); 7 8 require_once($parentpath.'/wp-config.php'); 6 9 7 10 // globals to hold state
Note: See TracChangeset
for help on using the changeset viewer.