Skip to content

Commit

Permalink
Ignoring incorrect plugin-check error
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Jan 3, 2025
1 parent 49cc537 commit 33a74f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/php/admin/class-tinymce-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public static function add() {
return;
}

// phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage
echo '<a href="#" id="sgdg-tinymce-button" class="button"><img class="sgdg-tinymce-button-icon" src="' .
esc_attr( plugins_url( '/skaut-google-drive-gallery/admin/icon.png' ) ) .
'">' .
Expand Down

0 comments on commit 33a74f8

Please sign in to comment.