Browse
For agents
About
Polylang
/
2.6.2
Polylang
v2.6.2
Switch version
3.8.9
3.8.8
3.8.7
3.8.6
3.8.5
3.8.4
3.8.3
2.7
2.7.0.1
2.7.1
2.7.2
2.7.3
2.7.4
2.8
2.8.1
2.8.2
2.8.3
2.8.4
2.9
2.9.1
2.9.2
3.0
3.0.1
3.0.2
3.0.3
All 233 releases
Overview
Code
← All changes
|
settings/settings-module.php
+0
-2
2.7
→
2.6.2
View file →
@@ -193,10 +193,8 @@
193
193
*
194
194
* @return array
195
195
*/
196
196
protected function get_actions() {
197
-
$actions = array();
198
-
199
197
if ( $this->is_active() && $this->get_form() ) {
200
198
$actions[] = 'configure';
201
199
}
202
200