Ignore:
Timestamp:
Jun 30, 2009, 9:05:35 PM (15 years ago)
Author:
Criss
Message:

Add toolbar trigger for edit template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/CommentEditor/maintain.inc.php

    r3473 r3475  
    1515  load_language('plugin.lang', CE_PATH);
    1616  if ($version != CE_VERSION) {
    17       array_push($errors, sprintf(l10n('ce_inconsistent_version'), $plugin_id));
    18       return;
     17    array_push($errors, sprintf(l10n('ce_inconsistent_version'), $plugin_id));
     18    return;
    1919  }
    2020  $clean = ce_clean_obsolete_files(CE_OBSOLETE);
Note: See TracChangeset for help on using the changeset viewer.