mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-23 11:23:45 +03:00
16 lines
239 B
PHP
16 lines
239 B
PHP
<?php
|
|
|
|
namespace WordPressDotOrg\FiveForTheFuture\Theme;
|
|
|
|
?>
|
|
|
|
</div><!-- #content -->
|
|
|
|
<?php
|
|
|
|
if ( FEATURE_2021_GLOBAL_HEADER_FOOTER ) {
|
|
echo do_blocks( '<!-- wp:wporg/global-footer /-->' );
|
|
} else {
|
|
require WPORGPATH . 'footer.php';
|
|
}
|