Changeset 29788 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 09/29/2014 01:27:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r29780 r29788 2298 2298 * 2299 2299 * Using this function is the proper way to output all needed components for both TinyMCE and Quicktags. 2300 * _WP_Editors should not be used directly. See http ://core.trac.wordpress.org/ticket/17144.2300 * _WP_Editors should not be used directly. See https://core.trac.wordpress.org/ticket/17144. 2301 2301 * 2302 2302 * NOTE: Once initialized the TinyMCE editor cannot be safely moved in the DOM. For that reason … … 2304 2304 * On the post edit screen several actions can be used to include additional editors 2305 2305 * containing TinyMCE: 'edit_page_form', 'edit_form_advanced' and 'dbx_post_sidebar'. 2306 * See http ://core.trac.wordpress.org/ticket/19173 for more information.2306 * See https://core.trac.wordpress.org/ticket/19173 for more information. 2307 2307 * 2308 2308 * @see wp-includes/class-wp-editor.php
Note: See TracChangeset
for help on using the changeset viewer.