five-for-the-future/themes/pub/wporg/footer-wporg.php

15 lines
296 B
PHP

<?php
/**
* The template for displaying the footer.
*
* Displays all of the wp.org footer.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package WordPressdotorg\Theme
*/
namespace WordPressdotorg\Theme;
require WPORGPATH . 'footer.php';