🔵 other: lint fixes
Sync TODOs with Issues / sync_todos (push) Successful in 7s

This commit is contained in:
Keith Solomon
2026-08-28 20:07:44 -05:00
parent 935dd74194
commit 44cf74b6c4
+1 -1
View File
@@ -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 ) {