From 5bad29d2722a8b1f246c88423537ead2de27a879 Mon Sep 17 00:00:00 2001 From: sect Date: Mon, 2 Dec 2024 15:56:35 +0900 Subject: [PATCH] fix(admin): add missing GitHub logo image --- admin/class-recursivetable.php | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/admin/class-recursivetable.php b/admin/class-recursivetable.php index 6963e7c..4f9f35c 100644 --- a/admin/class-recursivetable.php +++ b/admin/class-recursivetable.php @@ -81,18 +81,8 @@
$github_icon_url, - 'width' => '22', - 'alt' => 'GitHub', - 'loading' => 'lazy', - ) - ); + // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage + echo 'GitHub'; ?>
Document on GitHub