mirror of
https://ghproxy.net/https://github.com/AlxMedia/splits.git
synced 2025-08-27 01:44:44 +08:00
Change theme name from Split to Splits
This commit is contained in:
parent
c7ac424d85
commit
7f892aacf5
36 changed files with 593 additions and 1471 deletions
|
@ -1,4 +1,4 @@
|
|||
</div><!--/#split-->
|
||||
</div><!--/#splits-->
|
||||
|
||||
<footer id="footer">
|
||||
|
||||
|
@ -66,13 +66,13 @@
|
|||
<?php if ( get_theme_mod( 'copyright' ) ): ?>
|
||||
<p><?php echo esc_html( get_theme_mod( 'copyright' ) ); ?></p>
|
||||
<?php else: ?>
|
||||
<p><?php bloginfo(); ?> © <?php echo esc_html( date_i18n( esc_html__( 'Y', 'split' ) ) ); ?>. <?php esc_html_e( 'All Rights Reserved.', 'split' ); ?></p>
|
||||
<p><?php bloginfo(); ?> © <?php echo esc_html( date_i18n( esc_html__( 'Y', 'splits' ) ) ); ?>. <?php esc_html_e( 'All Rights Reserved.', 'splits' ); ?></p>
|
||||
<?php endif; ?>
|
||||
</div><!--/#copyright-->
|
||||
|
||||
<?php if ( get_theme_mod( 'credit', 'on' ) == 'on' ): ?>
|
||||
<div id="credit">
|
||||
<p><?php esc_html_e('Powered by','split'); ?> <a href="http://wordpress.org" rel="nofollow">WordPress</a>. <?php esc_html_e('Theme by','split'); ?> <a href="http://alx.media" rel="nofollow">Alx</a>.</p>
|
||||
<p><?php esc_html_e('Powered by','splits'); ?> <a href="http://wordpress.org" rel="nofollow">WordPress</a>. <?php esc_html_e('Theme by','splits'); ?> <a href="http://alx.media" rel="nofollow">Alx</a>.</p>
|
||||
</div><!--/#credit-->
|
||||
<?php endif; ?>
|
||||
|
||||
|
@ -80,7 +80,7 @@
|
|||
|
||||
<div class="grid one-half last">
|
||||
<?php if ( get_theme_mod( 'footer-social', 'on' ) == 'on' ): ?>
|
||||
<?php split_social_links() ; ?>
|
||||
<?php splits_social_links() ; ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue