mirror of
https://github.com/processwire/processwire.git
synced 2025-08-14 18:55:56 +02:00
Typo fix
This commit is contained in:
@@ -79,7 +79,7 @@ class ProcessWire extends Wire {
|
|||||||
* Reversion revision number
|
* Reversion revision number
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
const versionRevision = 175;
|
const versionRevision = 176;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Version suffix string (when applicable)
|
* Version suffix string (when applicable)
|
||||||
|
@@ -239,7 +239,7 @@ class InputfieldTextTags extends Inputfield implements
|
|||||||
/**
|
/**
|
||||||
* Given tags string or array, return array of [ 'tag' => 'label' ]
|
* 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
|
* #pw-internal
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user