Changeset 3049
- Timestamp:
- 05/30/11 20:53:32 (12 years ago)
- Location:
- plugins/atReply
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/atReply/_define.php
r3046 r3049 32 32 /* Description*/ 'Easily reply to comments', 33 33 /* Author */ 'Moe (http://gniark.net/) append extension by buns.fr', 34 /* Version */ '1.6. 3',34 /* Version */ '1.6.4', 35 35 /* Permissions */ 'usage,contentadmin' 36 36 ); -
plugins/atReply/_public.php
r3046 r3049 31 31 $core->addBehavior('templateAfterValue',array('AtReplyTpl','templateAfterValue')); 32 32 33 $core->blog->settings->addName space('atreply');33 $core->blog->settings->addNameSpace('atreply'); 34 34 35 35 if ($core->blog->settings->atreply->atreply_active) -
plugins/atReply/index.php
r3033 r3049 37 37 } 38 38 39 $core->blog->settings->addNameSpace('at Reply');39 $core->blog->settings->addNameSpace('atreply'); 40 40 41 41 $settings =& $core->blog->settings->atreply; … … 54 54 { 55 55 # from commentsWikibar/index.php 56 $ settings->put('wiki_comments',true,'boolean');56 $core->blog->settings->system->put('wiki_comments',true,'boolean'); 57 57 } 58 58
Note: See TracChangeset
for help on using the changeset viewer.