Changeset 28024 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 04/07/2014 10:54:13 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r27978 r28024 734 734 wp_enqueue_script('media-upload'); 735 735 } 736 737 /** 738 * Fires when scripts and styles are enqueued for the editor 739 * 740 * @since 3.9.0 741 * 742 * @param array An array containing boolean values whether TinyMCE and Quicktags are being loaded. 743 */ 744 do_action( 'wp_enqueue_editor', array( 'tinymce' => self::$has_tinymce, 'quicktags' => self::$has_quicktags ) ); 736 745 } 737 746
Note: See TracChangeset
for help on using the changeset viewer.