From 44cf74b6c48fa743f7ecde16701f28e7cc593cbc Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Fri, 28 Aug 2026 20:07:44 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B5=20other:=20lint=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/extras.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/extras.php b/lib/extras.php index 5a941a7..4b3f5b7 100644 --- a/lib/extras.php +++ b/lib/extras.php @@ -228,7 +228,7 @@ add_filter( 'the_content', __NAMESPACE__ . '\\divWrapper' ); * (which all derive from TSF's generated archive title list), hook the * archive-title-items filter and return the unprefixed title. * - * @param array $items [title, prefix, title_without_prefix] + * @param array $items [title, prefix, title_without_prefix]. * @return array The same items with the prefix removed from the title. */ function stripArchiveTitleItemsPrefix( $items ) {