Skip to content

Commit 29a054c

Browse files
committed
removed logo
1 parent 8ac69ad commit 29a054c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/GitHub_Updater/API/Bitbucket_API.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -501,9 +501,9 @@ public function print_section_bitbucket_info() {
501501
public function print_section_bitbucket_token() {
502502
esc_html_e( 'Enter your personal Bitbucket username and password. It will automatically be converted to a pseudo-token.', 'github-updater' );
503503

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 ) );
507507
}
508508

509509
/**

0 commit comments

Comments
 (0)