Changeset 8685 for branches/crazyhorse/wp-admin/edit-page-form.php
- Timestamp:
- 08/20/2008 05:24:29 AM (18 years ago)
- File:
-
- 1 edited
-
branches/crazyhorse/wp-admin/edit-page-form.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/crazyhorse/wp-admin/edit-page-form.php
r8684 r8685 58 58 59 59 <?php 60 function page_submit_meta_box($post){ 60 function page_submit_meta_box($post) { 61 global $action; 61 62 ?> 62 63 <div class="submitbox" id="submitpage"> … … 265 266 ?></h2> 266 267 267 <!--268 <p id="big-add-button">269 <span id="previewview">270 <?php if ( 'publish' == $post->post_status ) { ?>271 <a class="button" href="<?php echo clean_url(get_permalink($post->ID)); ?>" target="_blank" tabindex="4"><?php _e('View this Page'); ?></a>272 <?php } elseif ( 'edit' == $action ) { ?>273 <a class="button" href="<?php echo clean_url(apply_filters('preview_post_link', add_query_arg('preview', 'true', get_permalink($post->ID)))); ?>" target="_blank" tabindex="4"><?php _e('Preview this Page'); ?></a>274 <?php } ?>275 </span>276 </p>277 -->278 279 268 <?php 280 269 wp_nonce_field($nonce_action);
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)