Add upstream plugins

Signed-off-by: Adrian Nöthlich <git@promasu.tech>
This commit is contained in:
2019-10-25 22:42:20 +02:00
parent 5d3c2ec184
commit 290736650a
1186 changed files with 302577 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<div class="wrap">
<h2><?php echo $page->title; ?></h2>
<div id="poststuff">
<form method="post" action="">
<?php wp_nonce_field( 'update', 'simple_page_nonce' ); ?>
<div class="metabox-holder">
<div class="post-box-container left-side timely">
<?php $template_adapter->display_meta_box( $page->meta_box_id, 'left-side', null ); ?>
</div>
</div>
</form>
</div><!-- #poststuff -->
</div><!-- .wrap -->