Changeset 4397
- Timestamp:
- 10/15/06 01:44:37 (2 years ago)
- Files:
-
- trunk/wp-admin/edit-page-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/edit-page-form.php
r4274 r4397 1 1 2 2 <div class="wrap"> 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> 3 <h2 id="write-post"><?php _e('Write Page'); ?></h2> 5 4 <?php 6 5 if (0 == $post_ID) {
