mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
9 lines
91 B
PHP
9 lines
91 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Blank content partial template.
|
||
|
*
|
||
|
* @package understrap
|
||
|
*/
|
||
|
|
||
|
the_content();
|