[ Index ] |
PHP Cross Reference of GlotPress |
[Summary view] [Print] [Text view]
1 </div> 2 <footer id="gp-footer" class="gp-footer"> 3 <div class="gp-footer-credits"> 4 <p class="gp-footer-copyright">© 5 <?php 6 echo date_i18n( 7 /* translators: Copyright date format, see https://www.php.net/manual/datetime.format.php */ 8 _x( 'Y', 'copyright date format', 'glotpress' ) 9 ); 10 ?> 11 <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a> 12 </p> 13 14 <?php 15 if ( function_exists( 'the_privacy_policy_link' ) ) { 16 the_privacy_policy_link( '<p class="gp-privacy-policy">', '</p>' ); 17 } 18 ?> 19 20 <p class="gp-powered-by"> 21 <?php 22 printf( 23 /* translators: %s: GlotPress link. */ 24 __( 'Proudly powered by %s', 'glotpress' ), 25 '<a rel="nofollow" href="https://glotpress.blog/">GlotPress</a>' 26 ); 27 ?> 28 </p> 29 30 </div> 31 32 <?php gp_footer(); ?> 33 </footer> 34 </body> 35 </html>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Nov 21 01:01:07 2024 | Cross-referenced by PHPXref 0.7.1 |