From e47590b7bbc3bf7aea8fc7385421e2a35440fc0d Mon Sep 17 00:00:00 2001 From: Hippo Date: Sun, 4 Aug 2019 14:22:02 +0530 Subject: [PATCH] Add separate "topbar" menu for independent editing --- functions.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 9a644dc..80a48cf 100644 --- a/functions.php +++ b/functions.php @@ -142,4 +142,12 @@ function independent_publisher_posted_author_card() { __( 'Topbar Menu', 'independent-snipette' ), + ) + ); +}