mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-09 04:11:10 +01:00
11 lines
167 B
PHP
11 lines
167 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Displays the post header
|
||
|
*
|
||
|
* @package WordPress
|
||
|
* @subpackage Twenty_Twenty_One
|
||
|
* @since 1.0.0
|
||
|
*/
|
||
|
|
||
|
the_title( '<h1 class="entry-title">', '</h1>' );
|