Skip to content

Commit

Permalink
Merge pull request #167 from Wikidata-lib/suchcapitalization
Browse files Browse the repository at this point in the history
Updated capitalization
  • Loading branch information
JonasKress committed Jun 20, 2016
2 parents aee8631 + 5ca3d7e commit c7b452b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PropertySuggesterHooks.php
Expand Up @@ -23,7 +23,7 @@ public static function onBeforePageDisplay( OutputPage &$out, Skin &$skin ) {
$itemNamespace = $entityNamespaceLookup->getEntityNamespace( Item::ENTITY_TYPE );

if ( $itemNamespace === false ) {
// try looking up namespace by content model, for any instances of PropertySuggester
// Try looking up namespace by content model, for any instances of PropertySuggester
// running with older Wikibase prior to ef622b1bc.
$itemNamespace = $entityNamespaceLookup->getEntityNamespace(
CONTENT_MODEL_WIKIBASE_ITEM
Expand Down

0 comments on commit c7b452b

Please sign in to comment.