Ticket #20765: attachment-fields-to-edit.patch
File attachment-fields-to-edit.patch, 378 bytes (added by , 11 years ago) |
---|
-
includes/media.php
979 979 $values = array(); 980 980 981 981 foreach ( $terms as $term ) 982 $values[] = $term-> name;982 $values[] = $term->slug; 983 983 $t['value'] = join(', ', $values); 984 984 985 985 $form_fields[$taxonomy] = $t;