Skip to content

Commit

Permalink
Fixed deprecated warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
zioth committed Jan 15, 2024
1 parent ea801e4 commit a7081f7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion plugin.info.txt
@@ -1,7 +1,7 @@
base autolink4
author Eli Fenton
email
date 2023-12-29
date 2024-01-15
name Autolink 4
desc Automatically link a user-defined set of terms, without editing page content.
url https://www.dokuwiki.org/plugin:autolink4
4 changes: 0 additions & 4 deletions syntax/allwords.php
@@ -1,8 +1,4 @@
<?php
if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
if(!defined('DOKU_REL')) define('DOKU_REL', '/dokuwiki/');
require_once(DOKU_PLUGIN.'syntax.php');
require_once(DOKU_PLUGIN.'autolink4/consts.php');

/********
Expand Down
1 change: 0 additions & 1 deletion syntax/regex.php
@@ -1,5 +1,4 @@
<?php
require_once(DOKU_PLUGIN.'syntax.php');
require_once(DOKU_PLUGIN.'autolink4/consts.php');

//TODO: Bugs:
Expand Down

0 comments on commit a7081f7

Please sign in to comment.