Skip to content

Commit c274172

Browse files
committed
gw-all-fields-template.php: Added :updated modifier for All Fields Template to display only the updated fields.
1 parent 2861232 commit c274172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gravity-forms/gw-all-fields-template.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
* `{all_fields:exclude[5]}`
6161
* `{all_fields:exclude[5,6]}`
6262
* `{all_fields:exclude[5],include[3,4]}`
63-
*
63+
*
6464
* - **`:updated`**
6565
*
6666
* Only show fields that were most recently updated.
@@ -71,7 +71,7 @@
7171
class GW_All_Fields_Template {
7272

7373
private static $instance = null;
74-
private $original_entry = array();
74+
private $original_entry = array();
7575

7676
public static function get_instance() {
7777
if ( self::$instance == null ) {

0 commit comments

Comments
 (0)