File tree Expand file tree Collapse file tree 2 files changed +0
-69
lines changed Expand file tree Collapse file tree 2 files changed +0
-69
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -106,7 +106,6 @@ public function init() {
106
106
self ::$ plugin_name = 'feedzy-rss-feeds ' ;
107
107
self ::$ version = '4.4.16 ' ;
108
108
self ::$ instance ->load_dependencies ();
109
- self ::$ instance ->set_locale ();
110
109
self ::$ instance ->define_admin_hooks ();
111
110
112
111
}
@@ -158,25 +157,6 @@ public static function get_version() {
158
157
return self ::$ version ;
159
158
}
160
159
161
- /**
162
- * Define the locale for this plugin for internationalization.
163
- *
164
- * Uses the Feedzy_Rss_Feeds_i18n class in order to set the domain and to register the hook
165
- * with WordPress.
166
- *
167
- * @since 3.0.0
168
- * @access private
169
- */
170
- private function set_locale () {
171
- /**
172
- * The class responsible for defining internationalization functionality
173
- * of the plugin.
174
- */
175
- $ plugin_i18n = new Feedzy_Rss_Feeds_i18n ();
176
- self ::$ instance ->loader ->add_action ( 'plugins_loaded ' , $ plugin_i18n , 'load_plugin_textdomain ' );
177
-
178
- }
179
-
180
160
/**
181
161
* Register all of the hooks related to the admin area functionality
182
162
* of the plugin.
You can’t perform that action at this time.
0 commit comments