You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Fluency.module.php
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -676,9 +676,8 @@ public function getLanguageCode(
676
676
* By default this outputs HTML tags only for languages configured within Fluency as the language
677
677
* codes needed are acquired through the
678
678
*
679
-
* To use ProcessWire languages it is necessary to add an additional text field called `code` to
680
-
* the `language` system template and provide values for each language. Languages without a
681
-
* value for `code` will not be rendered.
679
+
* To use ProcessWire languages it is necessary to add an additional text field called`code` to the `language` system template and provide values for each language.
680
+
* Languages without a value will not be rendered in the markup.
0 commit comments