Skip to content

Commit

Permalink
Fix _load_textdomain_just_in_time early error
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Nov 25, 2024
1 parent ad199eb commit 5bf5adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/feedzy-wp-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class feedzy_wp_widget extends WP_Widget {
* @param Feedzy_Rss_Feeds_Admin $plugin_admin The Feedzy_Rss_Feeds_Admin object.
*/
public function __construct( $plugin_admin = null ) {
parent::__construct( false, $name = __( 'Feedzy RSS Feeds', 'feedzy-rss-feeds' ) );
parent::__construct( false, $name = FEEDZY_NAME );
self::$instance = $this;

}
Expand Down

0 comments on commit 5bf5adf

Please sign in to comment.