mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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
This commit is contained in:
parent
1d0876b676
commit
bc259ddd3f
@ -2845,6 +2845,7 @@ if ( ! function_exists( 'get_avatar' ) ) :
|
||||
'loading' => null,
|
||||
'fetchpriority' => null,
|
||||
'extra_attr' => '',
|
||||
'decoding' => null,
|
||||
);
|
||||
|
||||
if ( empty( $args ) ) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user