aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins')
-rw-r--r--lib/plugins/action.php4
-rw-r--r--lib/plugins/admin.php4
-rw-r--r--lib/plugins/auth.php4
-rw-r--r--lib/plugins/cli.php4
-rw-r--r--lib/plugins/remote.php4
-rw-r--r--lib/plugins/syntax.php4
6 files changed, 18 insertions, 6 deletions
diff --git a/lib/plugins/action.php b/lib/plugins/action.php
index a3cbec722..7ea78a888 100644
--- a/lib/plugins/action.php
+++ b/lib/plugins/action.php
@@ -1,2 +1,4 @@
<?php
-dbg_deprecated('Autoloading. Do not require() files yourself.');
+\dokuwiki\Debug\DebugHelper::dbgDeprecatedFunction(
+ 'Do not require() files yourself. Autoloading', 1, basename(__FILE__)
+);
diff --git a/lib/plugins/admin.php b/lib/plugins/admin.php
index a3cbec722..7ea78a888 100644
--- a/lib/plugins/admin.php
+++ b/lib/plugins/admin.php
@@ -1,2 +1,4 @@
<?php
-dbg_deprecated('Autoloading. Do not require() files yourself.');
+\dokuwiki\Debug\DebugHelper::dbgDeprecatedFunction(
+ 'Do not require() files yourself. Autoloading', 1, basename(__FILE__)
+);
diff --git a/lib/plugins/auth.php b/lib/plugins/auth.php
index a3cbec722..7ea78a888 100644
--- a/lib/plugins/auth.php
+++ b/lib/plugins/auth.php
@@ -1,2 +1,4 @@
<?php
-dbg_deprecated('Autoloading. Do not require() files yourself.');
+\dokuwiki\Debug\DebugHelper::dbgDeprecatedFunction(
+ 'Do not require() files yourself. Autoloading', 1, basename(__FILE__)
+);
diff --git a/lib/plugins/cli.php b/lib/plugins/cli.php
index a3cbec722..7ea78a888 100644
--- a/lib/plugins/cli.php
+++ b/lib/plugins/cli.php
@@ -1,2 +1,4 @@
<?php
-dbg_deprecated('Autoloading. Do not require() files yourself.');
+\dokuwiki\Debug\DebugHelper::dbgDeprecatedFunction(
+ 'Do not require() files yourself. Autoloading', 1, basename(__FILE__)
+);
diff --git a/lib/plugins/remote.php b/lib/plugins/remote.php
index a3cbec722..7ea78a888 100644
--- a/lib/plugins/remote.php
+++ b/lib/plugins/remote.php
@@ -1,2 +1,4 @@
<?php
-dbg_deprecated('Autoloading. Do not require() files yourself.');
+\dokuwiki\Debug\DebugHelper::dbgDeprecatedFunction(
+ 'Do not require() files yourself. Autoloading', 1, basename(__FILE__)
+);
diff --git a/lib/plugins/syntax.php b/lib/plugins/syntax.php
index a3cbec722..7ea78a888 100644
--- a/lib/plugins/syntax.php
+++ b/lib/plugins/syntax.php
@@ -1,2 +1,4 @@
<?php
-dbg_deprecated('Autoloading. Do not require() files yourself.');
+\dokuwiki\Debug\DebugHelper::dbgDeprecatedFunction(
+ 'Do not require() files yourself. Autoloading', 1, basename(__FILE__)
+);