| @@ -133,9 +133,9 @@ | ||
| 133 | 133 | $method = 'get_' . $format . $field_name; |
| 134 | 134 | |
| 135 | 135 | if ( ! method_exists( $this, $method ) ) { |
| 136 | 136 | $method = 'get_' . $field_name; |
| 137 | - // fallback: | |
| 137 | + //fallback: | |
| 138 | 138 | if ( ! method_exists( $this, $method ) ) { |
| 139 | 139 | return new \WP_Error( sprintf( "Getter method for the field '%s' wasn't found in %s.", $field_name, get_called_class() ) ); |
| 140 | 140 | } |
| 141 | 141 | } |