Make WordPress Core

Changeset 50583


Ignore:
Timestamp:
03/25/2021 07:58:50 PM (4 years ago)
Author:
davidbaumwald
Message:

Docs: Fix description for $htmlhint argument in code editor settings.

Introduced in [41558].

Props sabernhardt.
See #52628.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r50505 r50583  
    35353535 *     @type array    $csslint    CSSLint rule overrides.
    35363536 *     @type array    $jshint     JSHint rule overrides.
    3537  *     @type array    $htmlhint   JSHint rule overrides.
     3537 *     @type array    $htmlhint   HTMLHint rule overrides.
    35383538 * }
    35393539 * @return array|false Settings for the enqueued code editor, or false if the editor was not enqueued.
     
    36263626 *     @type array    $csslint    CSSLint rule overrides.
    36273627 *     @type array    $jshint     JSHint rule overrides.
    3628  *     @type array    $htmlhint   JSHint rule overrides.
     3628 *     @type array    $htmlhint   HTMLHint rule overrides.
    36293629 * }
    36303630 * @return array|false Settings for the code editor.
     
    39633963     *     @type array    $csslint    CSSLint rule overrides.
    39643964     *     @type array    $jshint     JSHint rule overrides.
    3965      *     @type array    $htmlhint   JSHint rule overrides.
     3965     *     @type array    $htmlhint   HTMLHint rule overrides.
    39663966     * }
    39673967     */
Note: See TracChangeset for help on using the changeset viewer.