plugin updates

This commit is contained in:
Tony Volpe
2024-11-20 22:40:39 -05:00
parent 0238f0c4ca
commit 3362947c6e
434 changed files with 13405 additions and 9202 deletions

View File

@@ -447,14 +447,8 @@ class GFEntryDetail {
$mode = empty( $_POST['screen_mode'] ) ? 'view' : $_POST['screen_mode'];
if ( $mode === 'edit' ) {
wp_print_styles( 'gform_admin_theme' );
}
$screen = get_current_screen();
$min = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG || isset( $_GET['gform_debug'] ) ? '' : '.min';
?>
<script type="text/javascript">
@@ -735,7 +729,7 @@ class GFEntryDetail {
<label for="name"><?php esc_html_e( 'Details', 'gravityforms' ); ?></label>
</h3>
<div class="inside gform_wrapper gravity-theme">
<div class="inside gform_wrapper gravity-theme gform_wrapper_edit_form_entry">
<table class="form-table entry-details">
<tbody>
<?php