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

15 lines
290 B
PHP
Raw Normal View History

<?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';