Ticket #41319: 41319.patch
| File 41319.patch, 660 bytes (added by , 9 years ago) |
|---|
-
src/wp-includes/class-wp-editor.php
791 791 * Enqueue all editor scripts. 792 792 * For use when the editor is going to be initialized after page load. 793 793 * 794 * @static 795 * 794 796 * @since 4.8.0 795 797 */ 796 798 public static function enqueue_default_editor() { … … 815 817 * Print (output) all editor scripts and default settings. 816 818 * For use when the editor is going to be initialized after page load. 817 819 * 820 * @static 821 * 818 822 * @since 4.8.0 819 823 * 820 824 */