change the embed from albums hovertip as well to emphasise 'existing'
This commit is contained in:
parent
67bb167cf8
commit
bb1aa04689
@ -1282,7 +1282,7 @@ function status_editor($a, $x, $popup = false) {
|
|||||||
if(x($x, 'hide_weblink'))
|
if(x($x, 'hide_weblink'))
|
||||||
$weblink = false;
|
$weblink = false;
|
||||||
|
|
||||||
$embedPhotos = t('Embed image from photo albums');
|
$embedPhotos = t('Embed (existing) photo from your photo albums');
|
||||||
|
|
||||||
$writefiles = (($mimetype === 'text/bbcode') ? perm_is_allowed($x['profile_uid'], get_observer_hash(), 'write_storage') : false);
|
$writefiles = (($mimetype === 'text/bbcode') ? perm_is_allowed($x['profile_uid'], get_observer_hash(), 'write_storage') : false);
|
||||||
if(x($x, 'hide_attach'))
|
if(x($x, 'hide_attach'))
|
||||||
|
Reference in New Issue
Block a user