rebase on oct-10-2023
This commit is contained in:
@@ -155,7 +155,7 @@ $setting_url = self::get_page_url( 'branding-settings' );
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="side-sortables" style="">
|
||||
<div id="side-sortables" style="min-height: 0px;">
|
||||
<div class="postbox">
|
||||
<h2 class="hndle"><span><?php esc_html_e( 'Knowledge Base', 'wp-schema-pro' ); ?></span></h2>
|
||||
<div class="inside">
|
||||
@@ -168,6 +168,21 @@ $setting_url = self::get_page_url( 'branding-settings' );
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
if ( bsf_display_rollback_version_form( 'wp-schema-pro' ) ) {
|
||||
?>
|
||||
<div id="side-sortables" style="">
|
||||
<div class="postbox">
|
||||
<h2 class="hndle"><span><?php esc_html_e( 'Rollback Version', 'wp-schema-pro' ); ?></span></h2>
|
||||
<div class="inside">
|
||||
<?php
|
||||
$product_id = 'wp-schema-pro';
|
||||
bsf_get_version_rollback_form( $product_id );
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user