diff --git a/wire/core/ProcessWire.php b/wire/core/ProcessWire.php index de1c2485..f14e03e5 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -46,7 +46,7 @@ class ProcessWire extends Wire { * Reversion revision number * */ - const versionRevision = 150; + const versionRevision = 151; /** * Version suffix string (when applicable) diff --git a/wire/core/Wire.php b/wire/core/Wire.php index c444df8c..8f4b391e 100644 --- a/wire/core/Wire.php +++ b/wire/core/Wire.php @@ -1537,7 +1537,7 @@ abstract class Wire implements WireTranslatable, WireFuelable, WireTrackable { * * #pw-group-translation * - * @param string $text Text string to translate + * @param string|array $text Text string to translate (or array in 3.0.151 also supported) * @return string * */ @@ -1552,7 +1552,7 @@ abstract class Wire implements WireTranslatable, WireFuelable, WireTrackable { * * #pw-group-translation * - * @param string $text Text for translation. + * @param string|array $text Text for translation. * @param string $context Name of context * @return string Translated text or original text if translation not available. *