12345 |
- <div class="site-info">
- <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'ixion' ) ); ?>"><?php printf( esc_html__( 'Proudly powered by %s', 'ixion' ), 'WordPress' ); ?></a>
- <span class="sep"> | </span>
- <?php printf( esc_html__( 'Theme: %1$s by %2$s.', 'ixion' ), 'Ixion', '<a href="http://automattic.com/" rel="designer">Automattic</a>' ); ?>
- </div><!-- .site-info -->
|