not really known
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

37 linhas
864 B

  1. <?php
  2. /**
  3. * The template for displaying the footer
  4. *
  5. * Contains the closing of the "site-content" div and all content after.
  6. *
  7. * @package WordPress
  8. * @subpackage Twenty_Fifteen
  9. * @since Twenty Fifteen 1.0
  10. */
  11. ?>
  12. </div><!-- .site-content -->
  13. <footer id="colophon" class="site-footer" role="contentinfo">
  14. <div class="site-info">
  15. <?php
  16. /**
  17. * Fires before the Twenty Fifteen footer text for footer customization.
  18. *
  19. * @since Twenty Fifteen 1.0
  20. */
  21. do_action( 'twentyfifteen_credits' );
  22. ?>
  23. Made by <a href="https://adrianshort.org/">Adrian Short</a>
  24. for <a href="http://talkaboutlocal.org/">Talk About Local</a>
  25. funded by the <a href="http://www.carnegieuktrust.org.uk/">Carnegie UK Trust</a>
  26. </div><!-- .site-info -->
  27. </footer><!-- .site-footer -->
  28. </div><!-- .site -->
  29. <?php wp_footer(); ?>
  30. </body>
  31. </html>