← All changes
|
admin/section/class-convertkit-admin-section-broadcasts.php
+2
-2
3.3.9
→
3.4.3
View file →
| @@ -27,10 +27,10 @@ | ||
| 27 | 27 | // Define the settings key. |
| 28 | 28 | $this->settings_key = $this->settings::SETTINGS_NAME; |
| 29 | 29 | |
| 30 | 30 | // Define the programmatic name, Title and Tab Text. |
| 31 | - $this->name = 'broadcasts'; | |
| 32 | - $this->title = __( 'Broadcasts', 'convertkit' ); | |
| 31 | + $this->name = $this->settings->get_name(); | |
| 32 | + $this->title = $this->settings->get_title(); | |
| 33 | 33 | $this->tab_text = __( 'Broadcasts', 'convertkit' ); |
| 34 | 34 | |
| 35 | 35 | // Identify that this is beta functionality. |
| 36 | 36 | $this->is_beta = true; |