| @@ -28,8 +28,9 @@ | ||
| 28 | 28 | * |
| 29 | 29 | * @param string $action Action for this view. |
| 30 | 30 | * @param array<string, mixed> $data Data for this view. |
| 31 | 31 | */ |
| 32 | + #[\Override] | |
| 32 | 33 | public function setup( /* string */ $action, array $data ) /* : void */ { |
| 33 | 34 | // Don't use type hints in the method declaration to prevent PHP errors, as the method is inherited. |
| 34 | 35 | |
| 35 | 36 | parent::setup( $action, $data ); |
| @@ -68,9 +69,9 @@ | ||
| 68 | 69 | </p> |
| 69 | 70 | <p> |
| 70 | 71 | <?php _e( 'To export, select the tables and the desired export format.', 'tablepress' ); ?> |
| 71 | 72 | <?php _e( 'If you choose more than one table, the exported files will automatically be stored in a ZIP archive file.', 'tablepress' ); ?> |
| 72 | - <br /> | |
| 73 | + <br> | |
| 73 | 74 | <?php _e( 'Be aware that for the CSV and HTML formats only the table data, but no table options are exported!', 'tablepress' ); ?> |
| 74 | 75 | <?php _e( 'For the JSON format, the table data and the table options are exported.', 'tablepress' ); ?> |
| 75 | 76 | </p> |
| 76 | 77 | <?php |