Changeset 51656 for branches/5.8/src/wp-includes/class-wp-editor.php
- Timestamp:
- 08/25/2021 06:47:22 PM (3 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-includes/class-wp-editor.php
r51407 r51656 970 970 <script type="text/javascript"> 971 971 window.wp = window.wp || {}; 972 window.wp.editor = window.wp. editor || {};973 window.wp. editor.getDefaultSettings = function() {972 window.wp.editor = window.wp.oldEditor = window.wp.oldEditor || {}; 973 window.wp.oldEditor.getDefaultSettings = function() { 974 974 return { 975 975 tinymce: <?php echo $settings; ?>,
Note: See TracChangeset
for help on using the changeset viewer.