Make WordPress Core

Ticket #41322: 41322.2

File 41322.2, 451 bytes (added by upadalavipul, 9 years ago)
Line 
1Index: src/wp-includes/class-wp-editor.php
2===================================================================
3--- src/wp-includes/class-wp-editor.php (revision 41112)
4+++ src/wp-includes/class-wp-editor.php (working copy)
5@@ -745,6 +745,7 @@
6 /**
7 *
8 * @static
9+ * @param bool $default_scripts Optional.
10 */
11 public static function enqueue_scripts( $default_scripts = false ) {
12 if ( $default_scripts || self::$has_tinymce ) {