← All changes
|
admin/section/class-convertkit-admin-section-general.php
+2
-2
3.3.9
→
3.4.3
View file →
| @@ -43,10 +43,10 @@ | ||
| 43 | 43 | // Define the settings key. |
| 44 | 44 | $this->settings_key = $this->settings::SETTINGS_NAME; |
| 45 | 45 | |
| 46 | 46 | // Define the programmatic name, Title and Tab Text. |
| 47 | - $this->name = 'general'; | |
| 48 | - $this->title = __( 'General Settings', 'convertkit' ); | |
| 47 | + $this->name = $this->settings->get_name(); | |
| 48 | + $this->title = $this->settings->get_title(); | |
| 49 | 49 | $this->tab_text = __( 'General', 'convertkit' ); |
| 50 | 50 | |
| 51 | 51 | // Define settings sections. |
| 52 | 52 | $this->settings_sections = array( |