Skip to content

Commit

Permalink
General cleanup suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomozart committed Feb 2, 2024
1 parent af33f5d commit 9853924
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions syntax/reference.php
Expand Up @@ -6,13 +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/');

class syntax_plugin_caption_reference extends DokuWiki_Syntax_Plugin {

/**
Expand Down

0 comments on commit 9853924

Please sign in to comment.