mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 09:44:38 +02:00
Typo fix
This commit is contained in:
@@ -79,7 +79,7 @@ class ProcessWire extends Wire {
|
||||
* Reversion revision number
|
||||
*
|
||||
*/
|
||||
const versionRevision = 175;
|
||||
const versionRevision = 176;
|
||||
|
||||
/**
|
||||
* Version suffix string (when applicable)
|
||||
|
@@ -239,7 +239,7 @@ class InputfieldTextTags extends Inputfield implements
|
||||
/**
|
||||
* Given tags string or array, return array of [ 'tag' => 'label' ]
|
||||
*
|
||||
* Public API usages likely would prefer the static tagsLabels() method instead.
|
||||
* Public API usages likely would prefer the static InputfieldTextTags::tagsArray() method instead.
|
||||
*
|
||||
* #pw-internal
|
||||
*
|
||||
|
Reference in New Issue
Block a user