Make WordPress Core

Ticket #59255: 59255.5.patch

File 59255.5.patch, 1.1 KB (added by viralsampat, 14 months ago)

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

  • src/wp-includes/ID3/getid3.lib.php

    diff --git src/wp-includes/ID3/getid3.lib.php src/wp-includes/ID3/getid3.lib.php
    index 5242ce643f..fbd31e42d5 100644
    class getid3_lib 
    17321732         *
    17331733         * @return bool
    17341734         * @throws Exception
     1735         * @global array $GETID3_ERRORARRAY
    17351736         */
    17361737        public static function IncludeDependency($filename, $sourcefile, $DieOnFailure=false) {
    17371738                global $GETID3_ERRORARRAY;
  • 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..b0e54a901d 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'] );