photo aside widget: little polish

This commit is contained in:
rabuzarus 2015-12-30 00:37:24 +01:00
parent 20fbf670db
commit 3366e530cd
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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
*