Index: branches/Ver2.1/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php
===================================================================
--- branches/Ver2.1/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php	(revision 389)
+++ branches/Ver2.1/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php	(revision 401)
@@ -585,7 +585,7 @@
 	
 	if (xpress_is_wp_version('>=','2.1')){
-		$output = '<a href="'. get_xpress_url() . '/wp-admin/post-new.php' . '">' . $link_title . '</a>';
-	} else {
-		$output = '<a href="'. get_xpress_url() . '/wp-admin/post.php' . '">' . $link_title . '</a>';
+		$output = '<a href="'. get_bloginfo('url') . '/wp-admin/post-new.php' . '">' . $link_title . '</a>';
+	} else {
+		$output = '<a href="'. get_bloginfo('url') . '/wp-admin/post.php' . '">' . $link_title . '</a>';
 	}	
 	if ($echo)
