Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Dec 14, 2022
1 parent f1fa5b9 commit 1affe0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ public function onUpdateError($new_data, $old_data, $id)
// left-panel help menu area. (replaces e_help.php used in old plugins)
public function renderHelp()
{
$caption = LAN_HELP;
/* $caption = LAN_HELP;
$text = 'Some help text';
return array('caption'=>$caption,'text'=> $text);
return array('caption'=>$caption,'text'=> $text);*/

}

Expand Down
2 changes: 2 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<word>enhancement</word>
<word>email</word>
<word>verification</word>
<word>spam</word>
<word>bounced</word>
</keywords>
<category>tools</category>
<copyright>GNU</copyright>
Expand Down

0 comments on commit 1affe0a

Please sign in to comment.