Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #36376, comment 8


Ignore:
Timestamp:
05/09/2016 09:48:14 AM (9 years ago)
Author:
mikejolley
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36376, comment 8

    initial v1  
    55Propose making unit test the following:
    66
    7 `
     7{{{
    88$expected_caps = array(
    99    'read' => true,
    1010    'edit_posts' => false,
    11 ); 
    12 `
     11);
     12}}}
    1313
    1414Since the primary role is author, edit_posts should still be true if working (patch should resolve).