mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-12 06:53:44 +03:00
13 lines
215 B
PHP
13 lines
215 B
PHP
<?php
|
|
|
|
namespace WordPressDotOrg\FiveForTheFuture\Theme;
|
|
|
|
?>
|
|
|
|
</div><!-- #content -->
|
|
|
|
<?php
|
|
|
|
// phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped
|
|
echo do_blocks( '<!-- wp:wporg/global-footer /-->' );
|