Make WordPress Core

Ticket #24067: 24067.2.diff

File 24067.2.diff, 2.1 KB (added by kovshenin, 11 years ago)
  • src/wp-includes/js/tinymce/wp-mce-help.php

     
    183183        <h3><?php _e('HTML in the Rich Editor'); ?></h3>
    184184        <p><?php _e('Any HTML entered directly into the rich editor will show up as text when the post is viewed. What you see is what you get. When you want to include HTML elements that cannot be generated with the toolbar buttons, you must enter it by hand in the Text editor. Examples are tables and &lt;code&gt;. To do this, click the Text tab and edit the code, then switch back to Visual mode. If the code is valid and understood by the editor, you should see it rendered immediately.'); ?></p>
    185185        <h3><?php _e('Pasting in the Rich Editor'); ?></h3>
    186         <p><?php _e('When pasting content from another web page the results can be inconsistent and depend on your browser and on the web page you are pasting from. The editor tries to correct any invalid HTML code that was pasted, but for best results try using the Text tab or one of the paste buttons that are on the second row. Alternatively try pasting paragraph by paragraph. In most browsers to select one paragraph at a time, triple-click on it.'); ?></p>
    187         <p><?php _e('Pasting content from another application, like Word or Excel, is best done with the Paste from Word button on the second row, or in Text mode.'); ?></p>
     186        <p><?php _e('When pasting content from another web page the results can be inconsistent and depend on your browser and on the web page you are pasting from. The editor tries to correct any invalid HTML code that was pasted, but for best results try using the Text tab or the "Paste as text" button on the second row. Alternatively try pasting paragraph by paragraph. In most browsers to select one paragraph at a time, triple-click on it.'); ?></p>
     187        <p><?php _e('Pasting content from another application, like Word or Excel, is best done with the "Paste as text" button on the second row, or in Text mode.'); ?></p>
    188188</div>
    189189
    190190<div id="content3" class="hidden">