Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit c08da78

Browse files
committed
Capitalize to prevent fatal error
1 parent 4f7cb02 commit c08da78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/i18n-module-wordpressorg.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Yoast_I18n_WordPressOrg_v2 {
2020
public function __construct( $args ) {
2121
$args = $this->set_defaults( $args );
2222

23-
$this->i18n = new yoast_i18n_v2( $args );
23+
$this->i18n = new Yoast_I18n_v2( $args );
2424
$this->set_api_url( $args['textdomain'] );
2525
}
2626

0 commit comments

Comments
 (0)