From d0463d3b7e90f691eb1bfa93d0edb9dd2e87887a Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Mon, 8 Feb 2021 17:42:49 -0800 Subject: [PATCH] chore: fix old since values in comments in view-exportpods --- view-exportpods.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/view-exportpods.php b/view-exportpods.php index 8004e2d..a660a76 100644 --- a/view-exportpods.php +++ b/view-exportpods.php @@ -51,7 +51,7 @@ class TablePress_ExportPods_View extends TablePress_View { /** * Print the screen head text. * - * @since 1.0.0 + * @since 0.2.6 * * @param array $data Data for this screen. * @param array $box Information about the text box. @@ -74,7 +74,7 @@ class TablePress_ExportPods_View extends TablePress_View { /** * Print the content of the "No tables found" post meta box. * - * @since 1.0.0 + * @since 0.2.6 * * @param array $data Data for this screen. * @param array $box Information about the meta box. @@ -91,7 +91,7 @@ class TablePress_ExportPods_View extends TablePress_View { /** * Print the content of the "Export Tables" post meta box. * - * @since 1.0.0 + * @since 0.2.6 * * @param array $data Data for this screen. * @param array $box Information about the meta box.