Skip to content

Commit

Permalink
Adds doc comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
theenoahmason committed Apr 1, 2023
1 parent 680eb8b commit 325c46d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion includes/class-wpgpt-utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion languages/wpgpt.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 325c46d

Please sign in to comment.