rebase on oct-10-2023
This commit is contained in:
@@ -27,7 +27,7 @@ $current_section = isset( $_GET['section'] ) ? $_GET['section'] : 'general';
|
||||
<div id="poststuff">
|
||||
<div id="post-body" class="columns-2">
|
||||
<div id="post-body-content">
|
||||
<!-- Plugin Settings -->
|
||||
<!-- Plugin Settings -->
|
||||
<div class="postbox wp-schema-pro-advanced-settings" >
|
||||
<h2 class="hndle">
|
||||
<span><?php esc_html_e( 'Plugin Settings', 'wp-schema-pro' ); ?></span>
|
||||
@@ -283,7 +283,7 @@ $current_section = isset( $_GET['section'] ) ? $_GET['section'] : 'general';
|
||||
</div>
|
||||
</div>
|
||||
<?php if ( 'disabled' === $sp_hide_label ) { ?>
|
||||
<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">
|
||||
@@ -297,6 +297,21 @@ $current_section = isset( $_GET['section'] ) ? $_GET['section'] : 'general';
|
||||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<?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>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user