@@ -227,7 +227,7 @@ |
||
| 227 | 227 | */ |
| 228 | 228 | $content = apply_filters( 'gravityview/fields/fileupload/link_content', $content, $gravityview_view->getCurrentField() ); |
| 229 | 229 | |
| 230 | - $content = gravityview_get_link( $link, $content, $link_atts ); |
|
| 230 | + $content = gravityview_get_link( $link, $content, $link_atts ); |
|
| 231 | 231 | } |
| 232 | 232 | |
| 233 | 233 | $output_arr[] = array( |
@@ -21,13 +21,13 @@ |
||
| 21 | 21 | 'tooltip' => __( 'Enter the number of words to be shown. If specified it truncates the text. Leave it blank if you want to show the full text.', 'gravityview' ), |
| 22 | 22 | ); |
| 23 | 23 | |
| 24 | - $field_options['make_clickable'] = array( |
|
| 25 | - 'type' => 'checkbox', |
|
| 26 | - 'merge_tags' => false, |
|
| 27 | - 'value' => 0, |
|
| 28 | - 'label' => __( 'Convert text URLs to HTML links', 'gravityview' ), |
|
| 29 | - 'tooltip' => __( 'Converts URI, www, FTP, and email addresses in HTML links', 'gravityview' ), |
|
| 30 | - ); |
|
| 24 | + $field_options['make_clickable'] = array( |
|
| 25 | + 'type' => 'checkbox', |
|
| 26 | + 'merge_tags' => false, |
|
| 27 | + 'value' => 0, |
|
| 28 | + 'label' => __( 'Convert text URLs to HTML links', 'gravityview' ), |
|
| 29 | + 'tooltip' => __( 'Converts URI, www, FTP, and email addresses in HTML links', 'gravityview' ), |
|
| 30 | + ); |
|
| 31 | 31 | |
| 32 | 32 | return $field_options; |
| 33 | 33 | } |
@@ -255,7 +255,6 @@ |
||
| 255 | 255 | * Get the default date format for a field based on the field ID and the time format setting |
| 256 | 256 | * |
| 257 | 257 | * @since 1.14 |
| 258 | - |
|
| 259 | 258 | * @param string $time_format The time format ("12" or "24"). Default: "12" {@since 1.14} |
| 260 | 259 | * @param int $field_id The ID of the field. Used to figure out full time/hours/minutes/am/pm {@since 1.14} |
| 261 | 260 | * |