Changes between Initial Version and Version 1 of Ticket #36376, comment 8
- Timestamp:
- 05/09/2016 09:48:14 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36376, comment 8
initial v1 5 5 Propose making unit test the following: 6 6 7 ` 7 {{{ 8 8 $expected_caps = array( 9 9 'read' => true, 10 10 'edit_posts' => false, 11 ); 12 ` 11 ); 12 }}} 13 13 14 14 Since the primary role is author, edit_posts should still be true if working (patch should resolve).