Skip to content

Commit

Permalink
Merge pull request #721 from publishpress/#720-Authors-Profile-coming…
Browse files Browse the repository at this point in the history
…-before-Authors-Menu

#720-Authors-Profile-coming-before-Authors-Menu
  • Loading branch information
ojopaul authored Jun 10, 2022
2 parents f938adc + 5ab3578 commit b2aff77
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 b2aff77

Please sign in to comment.