Changes between Initial Version and Version 1 of Ticket #14520, comment 13
- Timestamp:
- 09/29/2011 02:15:17 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14520, comment 13
initial v1 1 1 Hi all, 2 The edit_comment capability has not been defined on wp-admin\includes\schema.php 3 I think, something like the following should be added to schema.php: 2 The edit_comment capability has not been defined on wp-admin\includes\schema.php[[BR]] 3 I think, something like the following should be added to schema.php:[[BR]][[BR]] 4 4 populate_roles_310(){ 5 5 6 $roles = array('administrator', 'editor', 'author', 'contributor'); 6 $roles = array('administrator', 'editor', 'author', 'contributor');[[BR]] 7 7 8 foreach ($roles as $role) { 8 9 $role =& get_role($role);