From d0e3366a99fc0b37854b3f4069086496d86e5891 Mon Sep 17 00:00:00 2001 From: Steven Dufresne Date: Wed, 24 Jan 2024 14:56:09 +0900 Subject: [PATCH] Update source/wp-content/themes/wporg-main-2022/functions.php Co-authored-by: Kelly Dwan --- source/wp-content/themes/wporg-main-2022/functions.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/wp-content/themes/wporg-main-2022/functions.php b/source/wp-content/themes/wporg-main-2022/functions.php index 2946d66a..0fb2b38c 100644 --- a/source/wp-content/themes/wporg-main-2022/functions.php +++ b/source/wp-content/themes/wporg-main-2022/functions.php @@ -328,9 +328,10 @@ function update_header_template_part_class( $block ) { /** * Change document title separator * - * @param string $title + * @param string $sep + * * @return string */ -function document_title_separator( $title ) { +function document_title_separator( $sep ) { return '|'; }