rlm entity not so Windows friendly. Use perios instead. see #6813
git-svn-id: http://svn.automattic.com/wordpress/trunk@8330 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b1672442f8
commit
1e6bf47187
|
@ -394,7 +394,7 @@ if($_REQUEST['ajax'] == 'photo') { ?>
|
||||||
set_menu('text');
|
set_menu('text');
|
||||||
set_title('<?php _e('Post') ?>');
|
set_title('<?php _e('Post') ?>');
|
||||||
<?php if ($selection) { ?>
|
<?php if ($selection) { ?>
|
||||||
set_editor('<?php echo $selection; ?><p><a href="<?php echo $url ?>"><?php echo $title; ?></a> ‏</p>');
|
set_editor('<?php echo $selection; ?><p><a href="<?php echo $url ?>"><?php echo $title; ?></a>.</p>');
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
set_editor('<p><a href="<?php echo $url ?>"><?php echo $title; ?></a></p>');
|
set_editor('<p><a href="<?php echo $url ?>"><?php echo $title; ?></a></p>');
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
@ -431,7 +431,7 @@ if($_REQUEST['ajax'] == 'photo') { ?>
|
||||||
?>
|
?>
|
||||||
jQuery('#embed_code').prepend('<?php echo htmlentities($content); ?>');
|
jQuery('#embed_code').prepend('<?php echo htmlentities($content); ?>');
|
||||||
|
|
||||||
set_editor('<a href="<?php echo $url ?>"><?php echo $title; ?></a> ‏');
|
set_editor('<a href="<?php echo $url ?>"><?php echo $title; ?></a>.');
|
||||||
});
|
});
|
||||||
return false;
|
return false;
|
||||||
break;
|
break;
|
||||||
|
@ -505,7 +505,7 @@ if($_REQUEST['ajax'] == 'photo') { ?>
|
||||||
<div class="editor_area">
|
<div class="editor_area">
|
||||||
<h2 id="content_type"><label for="content"><?php _e('Post') ?></label></h2>
|
<h2 id="content_type"><label for="content"><?php _e('Post') ?></label></h2>
|
||||||
<div class="editor-container">
|
<div class="editor-container">
|
||||||
<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>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue