1
0
Fork 0

sort out the 'delete selected' mess

This commit is contained in:
friendica 2012-09-25 19:10:46 -07:00
commit e433f20cd8
23 changed files with 136 additions and 491 deletions

View file

@ -112,6 +112,7 @@ class Item extends BaseObject {
$drop = array(
'dropping' => $dropping,
'pagedrop' => $item['pagedrop'],
'select' => t('Select'),
'delete' => t('Delete'),
);