diff --git a/includes/class-api.php b/includes/class-api.php index 857eb448f4..b407b4f620 100644 --- a/includes/class-api.php +++ b/includes/class-api.php @@ -1627,7 +1627,7 @@ function gravityview_field_output( $passed_args, $context = null ) { return ''; } - if ( '' !== $placeholders['value'] && ! empty( $args['wpautop'] ) ) { + if ( '' !== $placeholders['value'] && ! empty( $args['wpautop'] ) && 'gravityview_view' !== ( $field['id'] ?? '' ) ) { $placeholders['value'] = wpautop( $placeholders['value'] ); } diff --git a/readme.txt b/readme.txt index 372d8db963..2e2c2b9880 100644 --- a/readme.txt +++ b/readme.txt @@ -27,6 +27,7 @@ Beautifully display your Gravity Forms entries. Learn more on [gravitykit.com](h * Fixed: Clearing search removed all URL query parameters and under some circumstances redirected to the homepage. * Fixed: Searching the View added duplicate search parameters to the URL. * Fixed: PHP 8.2 deprecation notice related to dynamic property creation. +* Fixed: Entries not displaying when a DataTables View is embedded in a Single Entry page using the List layout. = 2.28.0 on August 29, 2024 =