| 1 | Index: press-this.php |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- press-this.php (revision 8309) |
|---|
| 4 | +++ press-this.php (working copy) |
|---|
| 5 | @@ -497,7 +497,7 @@ |
|---|
| 6 | <div class="editor_area"> |
|---|
| 7 | <h2 id="content_type"><label for="content"><?php _e('Post') ?></label></h2> |
|---|
| 8 | <div class="editor-container"> |
|---|
| 9 | - <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> |
|---|
| 10 | + <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> |
|---|
| 11 | </div> |
|---|
| 12 | </div> |
|---|
| 13 | </div> |
|---|