Make WordPress Core


Ignore:
Timestamp:
07/06/2017 11:43:58 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update the DocBlock for _WP_Editors::wp_fullscreen_html() after [32677].

See #30949.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r41007 r41015  
    15671567
    15681568        /**
     1569         * Outputs the HTML for distraction-free writing mode.
     1570         *
     1571         * @since 3.2.0
     1572         * @deprecated 4.3.0
    15691573         *
    15701574         * @static
    1571          * @global int $content_width
    15721575         */
    15731576        public static function wp_fullscreen_html() {
Note: See TracChangeset for help on using the changeset viewer.