Make WordPress Core

Ticket #41322: 41322.patch

File 41322.patch, 434 bytes (added by ajayghaghretiya1, 9 years ago)

added @param bool $default_scripts

  • src/wp-includes/class-wp-editor.php

     
    745745        /**
    746746         *
    747747         * @static
     748         * @param bool $default_scripts
    748749         */
    749750        public static function enqueue_scripts( $default_scripts = false ) {
    750751                if ( $default_scripts || self::$has_tinymce ) {