Changeset 41151
- Timestamp:
- 07/25/2017 10:47:27 PM (6 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/editor.js
r40787 r41151 523 523 * with custom jQuery events on the document element, wp-before-tinymce-init and wp-before-quicktags-init. 524 524 * 525 * @since 4.8 525 * @since 4.8.0 526 526 * 527 527 * @param {string} id The HTML id of the textarea that is used for the editor. … … 629 629 * Intended for use with editors that were initialized with wp.editor.initialize(). 630 630 * 631 * @since 4.8 631 * @since 4.8.0 632 632 * 633 633 * @param {string} id The HTML id of the editor textarea. … … 668 668 * Intended for use with editors that were initialized with wp.editor.initialize(). 669 669 * 670 * @since 4.8 670 * @since 4.8.0 671 671 * 672 672 * @param {string} id The HTML id of the editor textarea. -
trunk/src/wp-includes/class-wp-editor.php
r41040 r41151 1375 1375 * Print (output) the main TinyMCE scripts. 1376 1376 * 1377 * @since 4.8 1377 * @since 4.8.0 1378 1378 * 1379 1379 * @static
Note: See TracChangeset
for help on using the changeset viewer.