Automattic / Co-Authors-Plus

Multiple bylines and Guest Authors for WordPress
https://wordpress.org/plugins/co-authors-plus/
GNU General Public License v2.0
291 stars 204 forks source link

"Trying to get property of non-object" warning in class-coauthors-wp-list-table.php #533

Closed paulschreiber closed 1 year ago

paulschreiber commented 6 years ago

On /wp-admin/users.php?page=view-guest-authors&orderby=last_name&order=asc, I'm seeing this error.

Notice: Trying to get property of non-object in /srv/www/fivethirtyeight/public_html/wp-content/plugins/vip/co-authors-plus/php/class-coauthors-wp-list-table.php on line 256
paulschreiber commented 6 years ago

This happens when $item->linked_account is a string an not an object.

GaryJones commented 1 year ago

The column_posts() method no longer has a reference to ->linked_account in it, so this is likely to have been handled.