aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-11-19 17:48:02 +1100
committerGitHub <noreply@github.com>2016-11-19 17:48:02 +1100
commit12b39feba385e56229a5ef5fe8383444f19f29e3 (patch)
tree26d41d8bda53b2ae45c94f7742b59bbb15dff0f7 /include/widgets.php
parent3147b7c62bf1541b3c458baa5b5af47c0663ead2 (diff)
parent16281c626b7db96e5af3e05179315b4f0dc33d1c (diff)
downloadvolse-hubzilla-12b39feba385e56229a5ef5fe8383444f19f29e3.tar.gz
volse-hubzilla-12b39feba385e56229a5ef5fe8383444f19f29e3.tar.bz2
volse-hubzilla-12b39feba385e56229a5ef5fe8383444f19f29e3.zip
Merge pull request #591 from anaqreon/wiki-gui
Wiki UI improvements
Diffstat (limited to 'include/widgets.php')
-rw-r--r--include/widgets.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/widgets.php b/include/widgets.php
index c0cc15e34..1441fbeb3 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -1017,6 +1017,7 @@ function widget_wiki_pages($arr) {
'$pages' => $pages,
'$canadd' => $can_create,
'$addnew' => t('Add new page'),
+ '$pageName' => array('pageName', t('Enter the name of the new page:'), '', ''),
));
}