From e476cfdafdd311c23dc9440ef695c87e847b9965 Mon Sep 17 00:00:00 2001
From: Tetrakern <26898880+Tetrakern@users.noreply.github.com>
Date: Sun, 20 Oct 2024 20:11:08 +0200
Subject: [PATCH] Fix bookshelf link in mobile menu showing if logged-out
---
includes/functions/hooks/_mobile_menu_hooks.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/includes/functions/hooks/_mobile_menu_hooks.php b/includes/functions/hooks/_mobile_menu_hooks.php
index a4cf7830..2720870a 100644
--- a/includes/functions/hooks/_mobile_menu_hooks.php
+++ b/includes/functions/hooks/_mobile_menu_hooks.php
@@ -381,7 +381,7 @@ function fictioneer_mobile_user_menu() {
)
) {
$output['bookshelf'] = sprintf(
- ' %s',
+ ' %s',
esc_url( $bookshelf_link ),
fcntr( 'bookshelf' )
);