We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5acbe87 + 951760a commit dd73e87Copy full SHA for dd73e87
lang/pl/lang.php
@@ -16,5 +16,3 @@
16
17
// Submit (Next to the tick-box to approve a page)
18
$lang['apr_do_approve'] = 'Zatwierdź';
19
-
20
-?>
lang/pl/settings.php
@@ -2,5 +2,3 @@
2
3
$lang['apr_namespaces'] = 'Preztrzenie nazw (ang. namespaces), które wtyczka ma obejmować (puste pole oznacza całe wiki)';
4
$lang['apr_approved_text'] = 'Komentarz do operacji zatwierdzenia strony';
5
6
syntax.php
@@ -19,7 +19,7 @@ class syntax_plugin_publish extends DokuWiki_Syntax_Plugin {
*/
private $hlp;
21
22
- function syntax_plugin_publish(){
+ function __construct(){
23
$this->hlp = plugin_load('helper','publish');
24
}
25
0 commit comments