Skip to content

Commit

Permalink
Merge pull request #947 from Automattic/fix/dynamic-guest-authors-pro…
Browse files Browse the repository at this point in the history
…perty
  • Loading branch information
GaryJones authored Jul 23, 2023
2 parents 7e31e75 + fbee575 commit 0e83081
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion co-authors-plus.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ class CoAuthors_Plus {

var $to_be_filtered_caps = array();

/**
* @var CoAuthors_Guest_Authors
*/
public $guest_authors;

/**
* __construct()
*/
Expand Down Expand Up @@ -1841,7 +1846,7 @@ public function filter_pre_get_avatar_data_url( $args, $id ) {

/**
* Conditionally Hide Author Term Description
*
*
* If the current user does not have the required capability,
* hide the author term description by unsetting it.
*
Expand Down

0 comments on commit 0e83081

Please sign in to comment.