Make WordPress Core

Ticket #58076: 58076.6.patch

File 58076.6.patch, 636 bytes (added by viralsampat, 20 months ago)

I have checked above mentioned issue and founds few files. Here, I have added its patch.

  • src/wp-includes/block-supports/duotone.php

    diff --git src/wp-includes/block-supports/duotone.php src/wp-includes/block-supports/duotone.php
    index 95428c9c01..c7905b47c6 100644
    function wp_register_duotone_support( $block_type ) { 
    506506 * @param string $block_content Rendered block content.
    507507 * @param array  $block         Block object.
    508508 * @return string Filtered block content.
     509 * @global $is_safari.
    509510 */
    510511function wp_render_duotone_support( $block_content, $block ) {
    511512        $block_type = WP_Block_Type_Registry::get_instance()->get_registered( $block['blockName'] );