PluginProbe
TablePress – Tables in WordPress made easy / 3.0
TablePress – Tables in WordPress made easy v3.0
3.3.4 3.3.3 3.3.2 3.3.1 trunk 1.12 1.14 1.9.2 2.0.4 2.1.7 2.1.8 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3 2.3.1 2.3.2 2.4 2.4.1 2.4.2 2.4.3 2.4.4 All 44 releases
← All changes | views/view-export.php +2 -1 2.2.23.0 View file →
@@ -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