Make WordPress Core

Changeset 56754


Ignore:
Timestamp:
10/02/2023 06:46:30 PM (13 months ago)
Author:
flixos90
Message:

Script Loader: Fix missing documentation for the $path argument of wp_enqueue_block_style().

See #59466.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r56748 r56754  
    31893189 *     @type string|bool|null $ver    Stylesheet version number.
    31903190 *     @type string           $media  The media for which this stylesheet has been defined.
     3191 *     @type string|null      $path   Absolute path to the stylesheet, so that it can potentially be inlined.
    31913192 * }
    31923193 */
Note: See TracChangeset for help on using the changeset viewer.