Ticket #1932: post.php.diff
| File post.php.diff, 555 bytes (added by ringmaster, 7 years ago) |
|---|
-
post.php
80 80 ?> 81 81 <div id='preview' class='wrap'> 82 82 <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 <iframe src="<?php the_permalink(); ?>" width="100%" height="600" />83 <iframe src="<?php the_permalink(); ?>" width="100%" height="600" ></iframe> 84 84 </div> 85 85 <?php 86 86 break;
