We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33ae2e commit 2a8d5d9Copy full SHA for 2a8d5d9
src/Component/Settings/Tabs/Voices/Voices.php
@@ -35,11 +35,11 @@ class Voices
35
*/
36
public static function init()
37
{
38
- (new Language())::init();
39
- (new TitleVoice())::init();
40
- (new TitleVoiceSpeakingRate())::init();
41
- (new BodyVoice())::init();
42
- (new BodyVoiceSpeakingRate())::init();
+ Language::init();
+ TitleVoice::init();
+ TitleVoiceSpeakingRate::init();
+ BodyVoice::init();
+ BodyVoiceSpeakingRate::init();
43
44
add_action('admin_init', array(__CLASS__, 'addSettingsSection'), 5);
45
}
0 commit comments