diff --git a/includes/class-wpgpt-utils.php b/includes/class-wpgpt-utils.php index bd9fc0f..58a1a80 100644 --- a/includes/class-wpgpt-utils.php +++ b/includes/class-wpgpt-utils.php @@ -20,7 +20,7 @@ class WPGPT_Utils { /** * Get Current URL * - * @since 0.3.0 + * @since 0.3.1 * @return string The current URL. */ public static function get_current_url(): string { @@ -35,6 +35,7 @@ public static function get_current_url(): string { * Get Thickbox URL * * @since 0.1.0 + * @since 0.3.1 Refactors to account for `?` in the URL. * @param array $params An array of params to be used in the thickbox URL. * @return string The thickbox URL. */ diff --git a/languages/wpgpt.pot b/languages/wpgpt.pot index cc11521..a294232 100644 --- a/languages/wpgpt.pot +++ b/languages/wpgpt.pot @@ -9,7 +9,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2023-04-01T23:46:43+00:00\n" +"POT-Creation-Date: 2023-04-01T23:47:40+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.7.1\n" "X-Domain: wpgpt\n"