mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 11:03:43 +03:00
15 lines
290 B
PHP
15 lines
290 B
PHP
<?php
|
|
/**
|
|
* The Header template for pages in our theme.
|
|
*
|
|
* Displays all of the <head> section and the wp.org header.
|
|
*
|
|
* @link https://codex.wordpress.org/Template_Hierarchy
|
|
*
|
|
* @package WordPressdotorg\Theme
|
|
*/
|
|
|
|
namespace WordPressdotorg\Theme;
|
|
|
|
require WPORGPATH . 'header.php';
|