Escape Credits screen

This commit is contained in:
Savvas Hadjigeorgiou
2021-11-05 13:48:27 +02:00
parent 82dc48317c
commit bdec9848d5

View File

@@ -294,7 +294,7 @@ class SP_Admin_Welcome {
<p class="about-description"><?php printf( __( 'SportsPress is developed and maintained by a worldwide team of passionate individuals and backed by an awesome developer community. Want to see your name? <a href="%s">Contribute to SportsPress</a>.', 'sportspress' ), 'https://github.com/ThemeBoy/SportsPress/blob/master/CONTRIBUTING.md' ); ?></p>
<div class="sp-feature feature-section col one-col">
<?php echo $this->contributors(); ?>
<?php echo wp_kses_post( $this->contributors() ); ?>
</div>
</div>
<?php