Skip to content

Commit

Permalink
Issue #60 - Multisite is one word, normally capitalized
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Dec 20, 2017
1 parent bdd6aa4 commit 2f0de58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/class-oik-trace-info.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function display_fields() {
$this->display_constant( "SCRIPT_DEBUG", "bool" );
$this->display_constant( "JETPACK_DEV_DEBUG", "bool" );

$this->display_function( "Multi site", "bool", "is_multisite" );
$this->display_function( __( "Multisite", "oik-bwtrace" ), "bool", "is_multisite" );
$this->display_constant( "WP_SITEURL", "url" );
$this->display_option( "siteurl", "url" );

Expand Down

0 comments on commit 2f0de58

Please sign in to comment.