Skip to content

Commit

Permalink
Merge pull request #7 from dokufreaks/cleanup
Browse files Browse the repository at this point in the history
Removed useless/deprecated code
  • Loading branch information
Klap-in committed Sep 27, 2020
2 parents 910e265 + 4ae7586 commit 4957fb3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions syntax.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,10 @@
* @author Esther Brunner <wikidesign@gmail.com>
*/

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

if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
require_once(DOKU_PLUGIN.'syntax.php');
require_once(DOKU_INC.'inc/infoutils.php');

class syntax_plugin_var extends DokuWiki_Syntax_Plugin {
protected $aliasSeps = '._-';

/// Added in 2015-06 release to implement
/// Added in 2015-06 release to implement
static $wikiVERSION;

function getType() { return 'substition'; }
Expand Down

0 comments on commit 4957fb3

Please sign in to comment.