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 ) ) {