| @@ -30,9 +30,9 @@ | ||
| 30 | 30 | |
| 31 | 31 | <div class="wp-embed-footer"> |
| 32 | 32 | <div class="wp-embed-site-title"> |
| 33 | 33 | <a href="<?php the_permalink( $args['post'] ); ?>" target="_top"> |
| 34 | - <img src="<?php echo esc_url( $avatar ? $avatar : get_avatar_url( get_the_author_meta( 'ID' ) ) ); ?>" width="36" height="36" class="wp-embed-site-icon" /> | |
| 34 | + <img src="<?php echo esc_url( $avatar ? $avatar : get_avatar_url( get_the_author_meta( 'ID' ) ) ); /* phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage */ ?>" width="36" height="36" class="wp-embed-site-icon" /> | |
| 35 | 35 | <span><?php echo esc_html( get_the_author_meta( 'display_name' ) ); ?></span> |
| 36 | 36 | </a> |
| 37 | 37 | </div> |
| 38 | 38 | |