Changeset 19528 for trunk/wp-includes/general-template.php
- Timestamp:
- 12/01/2011 04:51:35 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r19432 r19528 1790 1790 * Using this function is the proper way to output all needed components for both TinyMCE and Quicktags. 1791 1791 * _WP_Editors should not be used directly. See http://core.trac.wordpress.org/ticket/17144. 1792 * 1792 * 1793 1793 * NOTE: Once initialized the TinyMCE editor cannot be safely moved in the DOM. For that reason 1794 1794 * running wp_editor() inside of a metabox is not a good idea unless only Quicktags is used. … … 1796 1796 * containing TinyMCE: 'edit_page_form', 'edit_form_advanced' and 'dbx_post_sidebar'. 1797 1797 * See http://core.trac.wordpress.org/ticket/19173 for more information. 1798 * 1798 * 1799 1799 * @see wp-includes/class-wp-editor.php 1800 1800 * @since 3.3
Note: See TracChangeset
for help on using the changeset viewer.