Update links from alx.media to agnarson.com

This commit is contained in:
Alexander Agnarson 2025-04-07 15:32:42 +02:00
parent 2b10f20c80
commit 3028152a95
5 changed files with 8 additions and 8 deletions

View file

@ -67,7 +67,7 @@
<?php if ( get_theme_mod( 'credit', 'on' ) == 'on' ): ?>
<div id="credit">
<p><?php esc_html_e('Powered by','inunity'); ?> <a href="<?php esc_url( _e( 'https://wordpress.org', 'inunity' ) ); ?>" rel="nofollow">WordPress</a>. <?php esc_html_e('Theme by','inunity'); ?> <a href="http://alx.media" rel="nofollow">Alx</a>.</p>
<p><?php esc_html_e('Powered by','inunity'); ?> <a href="<?php esc_url( _e( 'https://wordpress.org', 'inunity' ) ); ?>" rel="nofollow">WordPress</a>. <?php esc_html_e('Theme by','inunity'); ?> <a href="https://agnarson.com" rel="nofollow">Alx</a>.</p>
</div><!--/#credit-->
<?php endif; ?>