diff options
author | Max Kostikov <max@kostikov.co> | 2019-12-04 09:49:05 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-12-04 09:49:05 +0100 |
commit | b894380f86d84599a1c0bfec0e32125e6cc3e20e (patch) | |
tree | bfa1de5ed5ed6a2fc7b3321e99ecc815b1aa6f59 /Zotlabs | |
parent | 80e03268fd8086eca65f79ac3674fd3e2e23cdf6 (diff) | |
download | volse-hubzilla-b894380f86d84599a1c0bfec0e32125e6cc3e20e.tar.gz volse-hubzilla-b894380f86d84599a1c0bfec0e32125e6cc3e20e.tar.bz2 volse-hubzilla-b894380f86d84599a1c0bfec0e32125e6cc3e20e.zip |
Add unpin button for pinned item
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Widget/Pinned.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Widget/Pinned.php b/Zotlabs/Widget/Pinned.php index 0ef724102..ec2c7f4e8 100644 --- a/Zotlabs/Widget/Pinned.php +++ b/Zotlabs/Widget/Pinned.php @@ -154,6 +154,7 @@ class Pinned { 'embed' => $embed, 'plink' => get_plink($item), 'pinned' => t('Pinned post'), + 'pinme' => t('Unpin from the top'), 'hide' => (! $is_new && $observer && ($observer['xchan_hash'] != $owner['xchan_hash']) ? t("Don't show") : ''), // end toolbar buttons 'modal_dismiss' => t('Close'), |