Fragen\GitHub_Updater\Install::bitbucket_password PHP Метод

bitbucket_password() публичный Метод

Bitbucket password for remote install.
public bitbucket_password ( )
    public function bitbucket_password()
    {
        ?>
		<label for="bitbucket_password">
			<input class="bitbucket_setting" type="text" style="width:50%;" name="bitbucket_password" value="">
			<p class="description">
				<?php 
        esc_html_e('Enter Bitbucket password.', 'github-updater');
        ?>
			</p>
		</label>
		<?php 
    }