This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
understrap/loop-templates/content-blank.php

13 lines
163 B
PHP
Raw Normal View History

<?php
/**
2016-11-21 18:12:07 +00:00
* Blank content partial template.
*
* @package understrap
*/
2018-09-10 21:59:04 +00:00
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
2016-11-21 18:12:07 +00:00
the_content();