Ticket #6813: press-this_7-11-1am.diff
| File press-this_7-11-1am.diff, 1.2 kB (added by noel, 5 months ago) |
|---|
-
press-this.php
old new 287 287 <title><?php _e('Press This') ?></title> 288 288 289 289 <script type="text/javascript" src="../wp-includes/js/tinymce/tiny_mce.js?ver=311"></script> 290 291 <!--[if gte IE 6]> 292 <link rel="stylesheet" href="./css/press-this-ie.css" type="text/css" media="screen" charset="utf-8" /> 293 <![endif]--> 294 290 295 <?php 291 296 add_thickbox(); 292 297 wp_enqueue_style('press-this'); … … 497 502 <div class="editor_area"> 498 503 <h2 id="content_type"><label for="content"><?php _e('Post') ?></label></h2> 499 504 <div class="editor-container"> 500 <textarea name="content" id="content" style="width:100%;" class="mceEditor"><?php if ($selection) { echo wp_richedit_pre($selection); } else { ?><a href='<?php echo $url ?>'><?php echo $title; ?></a> <?php } ?></textarea>505 <textarea name="content" id="content" style="width:100%;" class="mceEditor"><?php if ($selection) { echo wp_richedit_pre($selection); } else { ?><a href='<?php echo $url ?>'><?php echo $title; ?></a> ‏<?php } ?></textarea> 501 506 </div> 502 507 </div> 503 508 </div>
