From d9d6440d43eb354019aee99972164c2b06d11284 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 30 Apr 2021 14:56:52 -0400 Subject: [PATCH] Typo fix --- wire/core/ProcessWire.php | 2 +- .../Inputfield/InputfieldTextTags/InputfieldTextTags.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wire/core/ProcessWire.php b/wire/core/ProcessWire.php index 39be96d8..b828ac2c 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -79,7 +79,7 @@ class ProcessWire extends Wire { * Reversion revision number * */ - const versionRevision = 175; + const versionRevision = 176; /** * Version suffix string (when applicable) diff --git a/wire/modules/Inputfield/InputfieldTextTags/InputfieldTextTags.module b/wire/modules/Inputfield/InputfieldTextTags/InputfieldTextTags.module index d2b53445..d21cfaa9 100644 --- a/wire/modules/Inputfield/InputfieldTextTags/InputfieldTextTags.module +++ b/wire/modules/Inputfield/InputfieldTextTags/InputfieldTextTags.module @@ -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 *