From c5dea747165cac306446b9ba6e1abc65a39ad3e1 Mon Sep 17 00:00:00 2001 From: Alex Lion Date: Thu, 26 Aug 2021 01:43:36 -0700 Subject: [PATCH] Fix I18N Issue 1. Add "Text Domain" to the plugin main file's header. 2. Add missing text domain for localizable string. --- arpw.php | 1 + includes/form.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/arpw.php b/arpw.php index 8613deb..311244b 100755 --- a/arpw.php +++ b/arpw.php @@ -4,6 +4,7 @@ * Plugin URI: https://github.com/idenovasi/advanced-random-posts-widget * Description: Easily to display advanced random posts via shortcode or widget. * Version: 2.2.0 + * Text Domain: advanced-random-posts-widget * Author: Idenovasi * Author URI: https://idenovasi.com/ * Author Email: satrya@idenovasi.com diff --git a/includes/form.php b/includes/form.php index 2e0725c..6e6d917 100755 --- a/includes/form.php +++ b/includes/form.php @@ -282,7 +282,7 @@ - ', '' ); ?> + ', '' ); ?>