From bc259ddd3f62c163fa03e711fe557daa7f562d1c Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Mon, 2 Oct 2023 20:12:13 +0000 Subject: [PATCH] Media: Prevent PHP notice in `get_avatar()`. Follow up fix to [56690]. Props pereirinha, mukesh27, spacedmonkey. Fixes #58892. git-svn-id: https://develop.svn.wordpress.org/trunk@56756 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/pluggable.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/pluggable.php b/src/wp-includes/pluggable.php index 35a27fcfd6..a341ee1f29 100644 --- a/src/wp-includes/pluggable.php +++ b/src/wp-includes/pluggable.php @@ -2845,6 +2845,7 @@ if ( ! function_exists( 'get_avatar' ) ) : 'loading' => null, 'fetchpriority' => null, 'extra_attr' => '', + 'decoding' => null, ); if ( empty( $args ) ) {