PluginProbe
Friends / 4.3.2
Friends v4.3.2
4.3.2 4.3.1 4.3.0 4.2.2 4.2.1 4.2.0 4.1.0 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9.0 2.9.1 All 88 releases
← All changes | templates/embed/embed-content.php +1 -1 2.8.14.3.2 View file →
@@ -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