summaryrefslogtreecommitdiffstats
path: root/wp-admin/page.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-10-06 07:02:57 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-10-06 07:02:57 +0000
commita5b29f6db23d18f819bb6676d05863dcd7504eb9 (patch)
tree4807bdb393534ae43d21f6348949497e3b6c5c1e /wp-admin/page.php
parent6e038c5171a02fc6920d376ba49d14fadbb8a5e0 (diff)
downloadwordpress-mu-a5b29f6db23d18f819bb6676d05863dcd7504eb9.tar.gz
wordpress-mu-a5b29f6db23d18f819bb6676d05863dcd7504eb9.tar.xz
wordpress-mu-a5b29f6db23d18f819bb6676d05863dcd7504eb9.zip
WP Merge to rev 4349
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@793 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/page.php')
-rw-r--r--wp-admin/page.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/page.php b/wp-admin/page.php
index 7abf8f2..83bc1c4 100644
--- a/wp-admin/page.php
+++ b/wp-admin/page.php
@@ -61,7 +61,7 @@ case 'edit':
include('edit-page-form.php');
?>
<div id='preview' class='wrap'>
- <h2 id="preview-post"><?php _e('Page Preview (updated when page is saved)'); ?> <small class="quickjump"><a href="#write-post"><?php _e('edit &uarr;'); ?></a></small></h2>
+ <h2 id="preview-post"><?php _e('Page Preview (updated when page is saved)'); ?></h2>
<iframe src="<?php echo wp_specialchars(apply_filters('preview_page_link', add_query_arg('preview', 'true', get_permalink($post->ID)))); ?>" width="100%" height="600" ></iframe>
</div>
<?php