Changeset 8330

Show
Ignore:
Timestamp:
07/14/08 17:26:30 (3 months ago)
Author:
ryan
Message:

rlm entity not so Windows friendly. Use perios instead. see #6813

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/press-this.php

    r8323 r8330  
    395395                set_title('<?php _e('Post') ?>'); 
    396396                <?php if ($selection) { ?> 
    397                     set_editor('<?php echo $selection; ?><p><a href="<?php echo $url ?>"><?php echo $title; ?></a> &rlm;</p>'); 
     397                    set_editor('<?php echo $selection; ?><p><a href="<?php echo $url ?>"><?php echo $title; ?></a>.</p>'); 
    398398                <?php } else { ?> 
    399399                    set_editor('<p><a href="<?php echo $url ?>"><?php echo $title; ?></a></p>'); 
     
    432432                    jQuery('#embed_code').prepend('<?php echo htmlentities($content); ?>'); 
    433433 
    434                     set_editor('<a href="<?php echo $url ?>"><?php echo $title; ?></a> &rlm;'); 
     434                    set_editor('<a href="<?php echo $url ?>"><?php echo $title; ?></a>.'); 
    435435                }); 
    436436                return false; 
     
    506506            <h2 id="content_type"><label for="content"><?php _e('Post') ?></label></h2> 
    507507            <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> &rlm;</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> 
    509509            </div> 
    510510        </div>