Skip to content

Commit

Permalink
Merge pull request #27 from eduardomozart/patch-1
Browse files Browse the repository at this point in the history
Fix depreciation warning
  • Loading branch information
tillbiskup committed Feb 2, 2024
2 parents e0769d1 + 9853924 commit 26b2f08
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions syntax/reference.php
Expand Up @@ -6,15 +6,6 @@
* @author Till Biskup <till@till-biskup.de>
*/

// must be run within Dokuwiki
if (!defined('DOKU_INC')) die();

if (!defined('DOKU_LF')) define('DOKU_LF', "\n");
if (!defined('DOKU_TAB')) define('DOKU_TAB', "\t");
if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');

require_once DOKU_PLUGIN.'syntax.php';

class syntax_plugin_caption_reference extends DokuWiki_Syntax_Plugin {

/**
Expand Down

0 comments on commit 26b2f08

Please sign in to comment.