|
As long as they can view a category they can move a photo to there or have it in the dropdown
If you want to change to only show selections based on upload permissions do this in pp-inc.php make the change in bold at line 1704
if ( $CatPerms['ugcat'][$subid] != 1 || $User['adminedit'] == 1 ) {
|