diff --git a/readme.txt b/readme.txt index 48044bd8..c83018ed 100644 --- a/readme.txt +++ b/readme.txt @@ -238,6 +238,7 @@ There are two ways to install the PublishPress Authors plugin: * Update: Enable Author Profile for Administator and other roles with 'ppma_manage_authors', #649 * Added: Add a shortcodes tab to settings, #641 * Update: Run the WordPress VIP scans on Authors, #639 +* Fixed: Authors menu links can be split up by PODS content types, #684 = [3.16.2] - 09 May 2022 = diff --git a/src/modules/multiple-authors/multiple-authors.php b/src/modules/multiple-authors/multiple-authors.php index 55b5dce9..3bdedd52 100644 --- a/src/modules/multiple-authors/multiple-authors.php +++ b/src/modules/multiple-authors/multiple-authors.php @@ -272,7 +272,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()); @@ -288,7 +288,7 @@ public function action_admin_menu_page() 'term.php?taxonomy=author&tag_ID='.$current_author->term_id, __return_empty_string(), 'dashicons-groups', - 27 + 26.8 ); }