Ticket #6813: press-this_7-10-9pm.diff
| File press-this_7-10-9pm.diff, 0.8 kB (added by noel, 5 months ago) |
|---|
-
press-this.php
old new 497 497 <div class="editor_area"> 498 498 <h2 id="content_type"><label for="content"><?php _e('Post') ?></label></h2> 499 499 <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>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> 501 501 </div> 502 502 </div> 503 503 </div>
