Make WordPress Core


Ignore:
Timestamp:
05/01/2024 11:59:03 PM (2 weeks ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections.

See #60699

File:
1 edited

Legend:

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

    r57902 r58073  
    1616 *     Optional. The font-families and their font faces. Default empty array.
    1717 *
    18  *     @type array {
     18 *     @type array ...$0 {
    1919 *         An indexed or associative (keyed by font-family) array of font variations for this font-family.
    2020 *         Each font face has the following structure.
    2121 *
    22  *         @type array {
     22 *         @type array ...$0 {
     23 *             The font face properties.
     24 *
    2325 *             @type string          $font-family             The font-family property.
    2426 *             @type string|string[] $src                     The URL(s) to each resource containing the font data.
Note: See TracChangeset for help on using the changeset viewer.