Skip to content

Commit

Permalink
Update doc block example references
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansechrest committed Aug 21, 2024
1 parent 70bf132 commit 4de0e7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugin/GitHubUpdater.php
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ private function addAdminNotice(string $message): void
/**
* Get plugin icon if defined and valid.
*
* @return string https://example.org/wp-content/plugins/consent-manager/assets/icon.png
* @return string https://example.org/wp-content/plugins/github-updater-demo/assets/icon.png
*/
private function getPluginIcon(): string
{
Expand All @@ -927,7 +927,7 @@ private function getPluginIcon(): string
/**
* Get small plugin banner (772x250).
*
* @return string https://example.org/wp-content/plugins/consent-manager/assets/banner-772x250.jpg
* @return string https://example.org/wp-content/plugins/github-updater-demo/assets/banner-772x250.jpg
*/
private function getPluginBannerSmall(): string
{
Expand All @@ -939,7 +939,7 @@ private function getPluginBannerSmall(): string
/**
* Get large plugin banner (1544x500).
*
* @return string https://example.org/wp-content/plugins/consent-manager/assets/banner-1544x500.jpg
* @return string https://example.org/wp-content/plugins/github-updater-demo/assets/banner-1544x500.jpg
*/
private function getPluginBannerLarge(): string
{
Expand All @@ -952,7 +952,7 @@ private function getPluginBannerLarge(): string
* Get plugin file if exists.
*
* @param string $file assets/icon.png
* @return string https://example.org/wp-content/plugins/consent-manager/assets/icon.png
* @return string https://example.org/wp-content/plugins/github-updater-demo/assets/icon.png
*/
private function getPluginFile(string $file): string
{
Expand Down

0 comments on commit 4de0e7c

Please sign in to comment.