From fd7c0a7eb617469352db71718d229d50b038ef03 Mon Sep 17 00:00:00 2001 From: Tetrakern <26898880+Tetrakern@users.noreply.github.com> Date: Thu, 23 May 2024 12:50:41 +0200 Subject: [PATCH] Fix wrong rel attribute in footer link --- includes/functions/_helpers-templates.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions/_helpers-templates.php b/includes/functions/_helpers-templates.php index 69a7b508..1d21975a 100644 --- a/includes/functions/_helpers-templates.php +++ b/includes/functions/_helpers-templates.php @@ -447,7 +447,7 @@ if ( ! function_exists( 'fictioneer_get_footer_copyright_note' ) ) { function fictioneer_get_footer_copyright_note( $args ) { return sprintf( - '© %s %s | %s', + '© %s %s | %s', date( 'Y' ), get_bloginfo( 'name' ), fictioneer_get_version()