mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 19:13:44 +03:00
15 lines
296 B
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';
|