Skip to content

Commit

Permalink
Fixed issue with admin icon when renaming via awps-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecaddd committed Apr 13, 2018
1 parent a40c076 commit 189d576
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion inc/Custom/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private function pages()
'capability' => 'manage_options',
'menu_slug' => 'awps',
'callback' => array( $this->callback, 'admin_index' ),
'icon_url' => get_template_directory_uri() . '/assets/dist/images/awps-logo.png',
'icon_url' => get_template_directory_uri() . '/assets/dist/images/admin-icon.png',
'position' => 110,
)
);
Expand Down

0 comments on commit 189d576

Please sign in to comment.