tribe-common icon indicating copy to clipboard operation
tribe-common copied to clipboard

Fix checks in test that pass a post ID.

Open Camwyn opened this issue 9 months ago • 0 comments

current_user_can( 'read', $post_id ) 'read' does not use a post ID. changed to current_user_can( 'read_post', $post_id )

Camwyn avatar May 02 '24 19:05 Camwyn