diff --git src/wp-includes/ID3/getid3.lib.php src/wp-includes/ID3/getid3.lib.php
index 5242ce643f..fbd31e42d5 100644
|
|
class getid3_lib |
1732 | 1732 | * |
1733 | 1733 | * @return bool |
1734 | 1734 | * @throws Exception |
| 1735 | * @global array $GETID3_ERRORARRAY |
1735 | 1736 | */ |
1736 | 1737 | public static function IncludeDependency($filename, $sourcefile, $DieOnFailure=false) { |
1737 | 1738 | global $GETID3_ERRORARRAY; |
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 ) { |
506 | 506 | * @param string $block_content Rendered block content. |
507 | 507 | * @param array $block Block object. |
508 | 508 | * @return string Filtered block content. |
| 509 | * @global $is_safari |
509 | 510 | */ |
510 | 511 | function wp_render_duotone_support( $block_content, $block ) { |
511 | 512 | $block_type = WP_Block_Type_Registry::get_instance()->get_registered( $block['blockName'] ); |