Changeset 2973
- Timestamp:
- 10/29/2005 01:52:56 AM (20 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r2926 r2973 11 11 12 12 <div class="wrap"> 13 <a id="write-post"></a> 14 <h2><?php _e('Write Post'); ?><?php if ( 0 != $post_ID ) : ?> 13 <h2 id="write-post"><?php _e('Write Post'); ?><?php if ( 0 != $post_ID ) : ?> 15 14 <small class="quickjump"><a href="#preview-post"><?php _e('preview ↓'); ?></a></small><?php endif; ?></h2> 16 15 <?php -
trunk/wp-admin/edit-page-form.php
r2951 r2973 1 1 2 2 <div class="wrap"> 3 <h2><?php _e('Write Page'); ?></h2> 3 <h2 id="write-post"><?php _e('Write Page'); ?><?php if ( 0 != $post_ID ) : ?> 4 <small class="quickjump"><a href="#preview-post"><?php _e('preview ↓'); ?></a></small><?php endif; ?></h2> 4 5 <?php 5 6 if (0 == $post_ID) { -
trunk/wp-admin/post.php
r2906 r2973 79 79 ?> 80 80 <div id='preview' class='wrap'> 81 <a id="preview-post"></a> 82 <h2><?php _e('Post Preview (updated when post is saved)'); ?> <small class="quickjump"><a href="#write-post"><?php _e('edit ↑'); ?></a></small></h2> 81 <h2 id="preview-post"><?php _e('Post Preview (updated when post is saved)'); ?> <small class="quickjump"><a href="#write-post"><?php _e('edit ↑'); ?></a></small></h2> 83 82 <iframe src="<?php the_permalink(); ?>" width="100%" height="600" /> 84 83 </div>
Note: See TracChangeset
for help on using the changeset viewer.