Skip to content

Commit

Permalink
Item109: Renaming TWikiPlugins to Plugins
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/FirebugLitePlugin@529 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Nov 11, 2008
1 parent 5c3c523 commit 366e57f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/TWiki/FirebugLitePlugin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Many thanks to the following sponsors for supporting this work:
| Feedback: | http://twiki.org/cgi-bin/view/Plugins/FirebugLitePluginDev |
| Appraisal: | http://twiki.org/cgi-bin/view/Plugins/FirebugLitePluginAppraisal |

__Related Topics:__ %SYSTEMWEB%.TWikiPlugins, %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences
__Related Topics:__ [[%SYSTEMWEB%.Plugins][Plugins]], %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences

<!-- Do _not_ attempt to edit this topic; it is auto-generated. Please add comments/questions/remarks to the feedback topic on twiki.org instead. -->

Expand Down
2 changes: 1 addition & 1 deletion lib/TWiki/Plugins/FirebugLitePlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ sub initPlugin {
# Set plugin preferences in LocalSite.cfg, like this:
# $TWiki::cfg{Plugins}{FirebugLitePlugin}{ExampleSetting} = 1;
# Always provide a default in case the setting is not defined in
# LocalSite.cfg. See TWiki.TWikiPlugins for help in adding your plugin
# LocalSite.cfg. See %SYSTEMWEB%.Plugins for help in adding your plugin
# configuration to the =configure= interface.
my $setting = $TWiki::cfg{Plugins}{FirebugLitePlugin}{ExampleSetting} || 0;
$debug = $TWiki::cfg{Plugins}{FirebugLitePlugin}{Debug} || 0;
Expand Down

0 comments on commit 366e57f

Please sign in to comment.