File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -501,9 +501,9 @@ public function print_section_bitbucket_info() {
501
501
public function print_section_bitbucket_token () {
502
502
esc_html_e ( 'Enter your personal Bitbucket username and password. It will automatically be converted to a pseudo-token. ' , 'github-updater ' );
503
503
504
- //Bitbucket logo
505
- $ icon = plugin_dir_url ( dirname ( __DIR__ ) ) . 'assets/bitbucket-logo.svg ' ;
506
- printf ( '<img class="git-oauth-icon" src="%s" alt="Bitbucket logo" /> ' , esc_attr ( $ icon ) );
504
+ //Bitbucket logo (FIXME missing CSS)
505
+ // $icon = plugin_dir_url( dirname( __DIR__ ) ) . '../ assets/bitbucket-logo.svg';
506
+ // printf( '<img class="git-oauth-icon" src="%s" alt="Bitbucket logo" />', esc_attr( $icon ) );
507
507
}
508
508
509
509
/**
You can’t perform that action at this time.
0 commit comments