@@ -113,7 +113,7 @@ |
||
113 | 113 | foreach ( $users as $user ) { |
114 | 114 | |
115 | 115 | if ( user_can( $user, 'update_plugins' ) || user_can( $user, 'install_plugins' ) || user_can( $user, 'delete_plugins' ) || user_can( $user, 'edit_theme_options' ) ) { |
116 | - $user_options[ $user->ID ] = $user->display_name; |
|
116 | + $user_options[$user->ID] = $user->display_name; |
|
117 | 117 | } |
118 | 118 | } |
119 | 119 |