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

Commit

Permalink
Capitalize to prevent fatal error
Browse files Browse the repository at this point in the history
  • Loading branch information
atimmer committed Feb 2, 2017
1 parent 4f7cb02 commit c08da78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n-module-wordpressorg.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Yoast_I18n_WordPressOrg_v2 {
public function __construct( $args ) {
$args = $this->set_defaults( $args );

$this->i18n = new yoast_i18n_v2( $args );
$this->i18n = new Yoast_I18n_v2( $args );
$this->set_api_url( $args['textdomain'] );
}

Expand Down

0 comments on commit c08da78

Please sign in to comment.