Skip to content

Commit bc259dd

Browse files
committed
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
1 parent 1d0876b commit bc259dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/wp-includes/pluggable.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2845,6 +2845,7 @@ function get_avatar( $id_or_email, $size = 96, $default_value = '', $alt = '', $
28452845
'loading' => null,
28462846
'fetchpriority' => null,
28472847
'extra_attr' => '',
2848+
'decoding' => null,
28482849
);
28492850

28502851
if ( empty( $args ) ) {

0 commit comments

Comments
 (0)