| @@ -17,9 +17,9 @@ | ||
| 17 | 17 | case 'lang': // Languages tab |
| 18 | 18 | case 'strings': // String translations tab |
| 19 | 19 | case 'settings': // Settings tab |
| 20 | 20 | include PLL_SETTINGS_INC . '/view-tab-' . $this->active_tab . '.php'; |
| 21 | - // Intentional fall-through to upgrade to fire the action below. | |
| 21 | + break; | |
| 22 | 22 | |
| 23 | 23 | default: |
| 24 | 24 | /** |
| 25 | 25 | * Fires when loading the active Polylang settings tab |