Changeset 9884 for sites/trunk/wordpress.org/public_html/wp-content/plugins/phpunit-test-reporter/src/class-content-model.php
- Timestamp:
- 05/19/2020 05:33:14 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/phpunit-test-reporter/src/class-content-model.php
r6262 r9884 51 51 if ( ! get_role( 'test-reporter' ) ) { 52 52 add_role( 53 'test-reporter', __( 'Test Reporter', 'ptr' ), array( 53 'test-reporter', 54 __( 'Test Reporter', 'ptr' ), 55 array( 54 56 'read' => true, 55 57 )
Note: See TracChangeset
for help on using the changeset viewer.