Skip to content

Commit

Permalink
- Authors Profile coming before Authors Menu #720
Browse files Browse the repository at this point in the history
  • Loading branch information
ojopaul committed Jun 10, 2022
1 parent f938adc commit 5ab3578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/multiple-authors/multiple-authors.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public function action_admin_menu_page()
self::MENU_SLUG,
'',
'dashicons-groups',
26
'26.7'
);

$current_author = Author::get_by_user_id(get_current_user_id());
Expand All @@ -289,7 +289,7 @@ public function action_admin_menu_page()
'term.php?taxonomy=author&tag_ID='.$current_author->term_id,
__return_empty_string(),
'dashicons-groups',
26
'26.8'
);
}

Expand Down

0 comments on commit 5ab3578

Please sign in to comment.