tribe-common
tribe-common copied to clipboard
Fix checks in test that pass a post ID.
current_user_can( 'read', $post_id )
'read' does not use a post ID. changed to current_user_can( 'read_post', $post_id )