From 4de0e7cbf631b2fc3c7a2f3ff2ba02c375136493 Mon Sep 17 00:00:00 2001 From: Ryan Sechrest Date: Wed, 21 Aug 2024 16:53:51 -0400 Subject: [PATCH] Update doc block example references --- plugin/GitHubUpdater.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin/GitHubUpdater.php b/plugin/GitHubUpdater.php index 318ad71..3def1cc 100644 --- a/plugin/GitHubUpdater.php +++ b/plugin/GitHubUpdater.php @@ -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 { @@ -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 { @@ -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 { @@ -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 {