From ce51c99b3e11303963dbd94957839976157b80ca Mon Sep 17 00:00:00 2001 From: Shamali Sulakhe <38684563+shamalisulakhe@users.noreply.github.com> Date: Tue, 11 Oct 2022 20:52:52 +0530 Subject: [PATCH] Switches from prospress/ to woocommerce/ in links --- wcs-importer-exporter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcs-importer-exporter.php b/wcs-importer-exporter.php index ad57144..6802e86 100644 --- a/wcs-importer-exporter.php +++ b/wcs-importer-exporter.php @@ -96,8 +96,8 @@ public static function action_links( $links ) { $plugin_links = array( '' . esc_html__( 'Import', 'wcs-import-export' ) . '', - '' . esc_html__( 'Docs', 'wcs-import-export' ) . '', - '' . esc_html__( 'Support', 'wcs-import-export' ) . '', + '' . esc_html__( 'Docs', 'wcs-import-export' ) . '', + '' . esc_html__( 'Support', 'wcs-import-export' ) . '', ); return array_merge( $plugin_links, $links );