Make WordPress Core

Changeset 58414

Timestamp:
06/14/2024 12:16:42 PM (5 months ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing full stop in WP_Duotone class method DocBlocks.

Follow-up to [56101].

Props dhruval04.
Fixes #61439.

File:
1 edited

Legend:

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

    r58317 r58414  
    216216
    217217    /**
    218      * Parses any valid Hex3, Hex4, Hex6 or Hex8 string and converts it to an RGBA object
     218     * Parses any valid Hex3, Hex4, Hex6 or Hex8 string and converts it to an RGBA object
    219219     *
    220220     * Direct port of colord's parseHex function.
     
    287287
    288288    /**
    289      * Parses a valid RGB[A] CSS color function/string
     289     * Parses a valid RGB[A] CSS color function/string
    290290     *
    291291     * Direct port of colord's parseRgbaString function.
Note: See TracChangeset for help on using the changeset viewer.