Make WordPress Core

Ticket #41319: 41319.patch

File 41319.patch, 660 bytes (added by ajayghaghretiya1, 9 years ago)

Added @static in the documentation of the function as you said.

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

     
    791791         * Enqueue all editor scripts.
    792792         * For use when the editor is going to be initialized after page load.
    793793         *
     794         * @static
     795         *
    794796         * @since 4.8.0
    795797         */
    796798        public static function enqueue_default_editor() {
     
    815817         * Print (output) all editor scripts and default settings.
    816818         * For use when the editor is going to be initialized after page load.
    817819         *
     820         * @static
     821         *
    818822         * @since 4.8.0
    819823         *
    820824         */