Index: /trunk/wp-includes/template-functions-links.php
===================================================================
--- /trunk/wp-includes/template-functions-links.php	(revision 3707)
+++ /trunk/wp-includes/template-functions-links.php	(revision 3708)
@@ -93,5 +93,5 @@
 	$pagestruct = $wp_rewrite->get_page_permastruct();
 
-	if ( '' != $pagestruct ) {
+	if ( '' != $pagestruct && 'draft' != $post->post_status ) {
 		$link = get_page_uri($id);
 		$link = str_replace('%pagename%', $link, $pagestruct);
