Make WordPress Core

Ticket #61439: 61439.patch

File 61439.patch, 720 bytes (added by dhruval04, 10 months ago)
  • src/wp-includes/class-wp-duotone.php

    diff --git a/src/wp-includes/class-wp-duotone.php b/src/wp-includes/class-wp-duotone.php
    index 0260cab4f3..a22745d895 100644
    a b class WP_Duotone { 
    215215        }
    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.
    221221         *
    class WP_Duotone { 
    286286        }
    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.
    292292         *