Skip to content

Commit

Permalink
Merge pull request #689 from publishpress/feature/#684_Authors_menu_l…
Browse files Browse the repository at this point in the history
…inks_can_be_split_up_by_PODS_content_types

feature/#684_Authors_menu_links_can_be_split_up_by_PODS_content_types
  • Loading branch information
ojopaul authored May 30, 2022
2 parents fed0888 + 5ef3944 commit 89bf42f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 =

Expand Down
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 @@ -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());
Expand All @@ -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
);
}

Expand Down

0 comments on commit 89bf42f

Please sign in to comment.