Changes between Initial Version and Version 2 of Ticket #23746
- Timestamp:
- 03/12/2013 07:32:56 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23746 – Description
initial v2 1 1 2 <?php add_role( $role, $display_name, $capabilities ); ?>2 `<?php add_role( $role, $display_name, $capabilities ); ?>` 3 3 4 add_role works with $role as ''.4 add_role works with $role as `''`. 5 5 6 6 Perhaps it should check for empty string before allowing it to be added?