diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-01-01 16:18:39 +0100 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-01-01 16:18:39 +0100 |
commit | aafc40069bf0955d935adb4632650c7c990063a7 (patch) | |
tree | b673eff5aa0f9c63ce26c873bafcce6ffef3409b /mod/editpost.php | |
parent | 575f2b3280049eba2bbead023d8fe7fc345af0b1 (diff) | |
download | volse-hubzilla-aafc40069bf0955d935adb4632650c7c990063a7.tar.gz volse-hubzilla-aafc40069bf0955d935adb4632650c7c990063a7.tar.bz2 volse-hubzilla-aafc40069bf0955d935adb4632650c7c990063a7.zip |
Confirm webpage deletion prompt
Diffstat (limited to 'mod/editpost.php')
-rw-r--r-- | mod/editpost.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/editpost.php b/mod/editpost.php index f012c47cd..7cc33d60d 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -50,6 +50,7 @@ function editpost_content(&$a) { '$geotag' => $geotag, '$nickname' => $channel['channel_address'], '$expireswhen' => t('Expires YYYY-MM-DD HH:MM'), + '$confirmdelete' => t('Delete item?'), )); |