Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/images/gf-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions class-gwiz-gf-code-chest.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public static function get_instance() {
* Give the form settings and plugin settings panels a nice shiny icon.
*/
public function get_menu_icon() {
return $this->get_base_url() . '/assets/images/gf-icon.svg';
return file_get_contents( __DIR__ . '/assets/images/gf-icon.svg' );
}

/**
Expand Down Expand Up @@ -594,4 +594,3 @@ public function prefix_css_selectors( $css, $prefix ) {
function gwiz_gf_code_chest() {
return GWiz_GF_Code_Chest::get_instance();
}

Loading