Ticket #13074: template.patch
| File template.patch, 535 bytes (added by , 16 years ago) |
|---|
-
template.php
1825 1825 // Set up the hover actions for this user 1826 1826 $actions = array(); 1827 1827 1828 if ( current_user_can('edit_user ', $user_object->ID) ) {1828 if ( current_user_can('edit_users') ) { 1829 1829 $edit = "<strong><a href=\"$edit_link\">$user_object->user_login</a></strong><br />"; 1830 1830 $actions['edit'] = '<a href="' . $edit_link . '">' . __('Edit') . '</a>'; 1831 1831 } else {