Changeset 8330
- Timestamp:
- 07/14/2008 05:26:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r8323 r8330 395 395 set_title('<?php _e('Post') ?>'); 396 396 <?php if ($selection) { ?> 397 set_editor('<?php echo $selection; ?><p><a href="<?php echo $url ?>"><?php echo $title; ?></a> ‏</p>');397 set_editor('<?php echo $selection; ?><p><a href="<?php echo $url ?>"><?php echo $title; ?></a>.</p>'); 398 398 <?php } else { ?> 399 399 set_editor('<p><a href="<?php echo $url ?>"><?php echo $title; ?></a></p>'); … … 432 432 jQuery('#embed_code').prepend('<?php echo htmlentities($content); ?>'); 433 433 434 set_editor('<a href="<?php echo $url ?>"><?php echo $title; ?></a> ‏');434 set_editor('<a href="<?php echo $url ?>"><?php echo $title; ?></a>.'); 435 435 }); 436 436 return false; … … 506 506 <h2 id="content_type"><label for="content"><?php _e('Post') ?></label></h2> 507 507 <div class="editor-container"> 508 <textarea name="content" id="content" style="width:100%;" class="mceEditor"><?php if ($selection) { echo wp_richedit_pre($selection); } ?><a href="<?php echo $url ?>"><?php echo $title; ?></a> ‏</textarea>508 <textarea name="content" id="content" style="width:100%;" class="mceEditor"><?php if ($selection) { echo wp_richedit_pre($selection); } ?><a href="<?php echo $url ?>"><?php echo $title; ?></a>.</textarea> 509 509 </div> 510 510 </div>
Note: See TracChangeset
for help on using the changeset viewer.