From 542b14ee266cdbf49195ca2699fdea0b884f5999 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Thu, 30 Oct 2003 18:33:49 +0000 Subject: [PATCH] Merge changes, add in $file. git-svn-id: http://svn.automattic.com/wordpress/trunk@502 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- b2-include/b2template.functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/b2-include/b2template.functions.php b/b2-include/b2template.functions.php index c1c538f47..024bf6286 100644 --- a/b2-include/b2template.functions.php +++ b/b2-include/b2template.functions.php @@ -1407,8 +1407,8 @@ function trackback_rdf($timezone = 0) { /***** Permalink tags *****/ function get_permalink($id=false) { - global $post, $wpdb, $tableposts, $siteurl; - global $querystring_start, $querystring_equal; + global $post, $wpdb, $tableposts; + global $file, $siteurl, $querystring_start, $querystring_equal; $rewritecode = array( '%year%', '%monthnum%',