Skip to content

Commit

Permalink
Update source/wp-content/themes/wporg-main-2022/functions.php
Browse files Browse the repository at this point in the history
Co-authored-by: Kelly Dwan <[email protected]>
  • Loading branch information
StevenDufresne and ryelle authored Jan 24, 2024
1 parent dedcff3 commit d0e3366
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/wp-content/themes/wporg-main-2022/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 '&#124;';
}

0 comments on commit d0e3366

Please sign in to comment.