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.
2016-10-15 12:03:15 +00:00
|
|
|
<?php
|
|
|
|
/**
|
2016-11-21 18:12:07 +00:00
|
|
|
* Blank content partial template.
|
2016-10-15 12:03:15 +00:00
|
|
|
*
|
|
|
|
* @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();
|