File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ public function get_entry_detail() {
576576 $ has_empty = true ;
577577 break ;
578578 } else {
579- $ field = WeForms_Form_Entry_Manager::format_entry_details ( $ field );
579+ $ field = WeForms_Form_Entry_Manager::format_entry_value ( $ field );
580580 array_push ( $ fields_formatted , $ field );
581581 }
582582 }
Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ public function get( $entry_id ) {
5353 }
5454
5555 /**
56- * Format Entry Values .
56+ * Format Entry Value .
5757 *
5858 * @static
5959 * @param array $field
6060 *
6161 * @return array $field
6262 */
63- public static function format_entry_details ( $ field ) {
63+ public static function format_entry_value ( $ field ) {
6464 switch ( $ field ['template ' ] ) {
6565
6666 case 'radio_field ' :
You can’t perform that action at this time.
0 commit comments