mirror of
https://github.com/friendica/friendica
synced 2024-11-10 09:42:54 +00:00
photo aside widget: little polish
This commit is contained in:
parent
20fbf670db
commit
3366e530cd
3 changed files with 3 additions and 3 deletions
|
@ -82,7 +82,7 @@ function get_features() {
|
|||
// Profile sidebar widgets
|
||||
'profile-widgets' => array(
|
||||
t('Profile Sidebar Widgets'),
|
||||
array('photos_widget', t('Show last Photos'), t('Show your last Photos on the Profile Page Sidebar'),false),
|
||||
array('photos_widget', t('Show last Photos'), t('Show your last Photos in the Profile Page Sidebar'),false),
|
||||
),
|
||||
|
||||
// Network tabs
|
||||
|
|
|
@ -92,7 +92,7 @@ function photos_permissions($owner_uid, $community_page = 0) {
|
|||
* It displays the last 9 photos
|
||||
*
|
||||
* @param array $profile_data
|
||||
*......'profile_uid'...=> The user.id of the profile (owner of the hotos)
|
||||
*......'profile_uid'...=> The user.id of the profile (owner of the photos)
|
||||
*......'nickname'......=> Nick of the owner of the profile
|
||||
*......'page-flags'....=> Account type of the profile
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue