Changeset 1594
- Timestamp:
- 10/19/09 18:09:40 (13 years ago)
- Location:
- plugins/contribute
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/contribute/_define.php
r1576 r1594 28 28 /* Description*/ "Allow visitors to contribute to your blog", 29 29 /* Author */ "Moe (http://gniark.net/)", 30 /* Version */ '1.0-alpha2 0',30 /* Version */ '1.0-alpha21', 31 31 /* Permissions */ 'admin' 32 32 ); -
plugins/contribute/_public.php
r1576 r1594 1207 1207 @see planet/public.php 1208 1208 */ 1209 class rsExtContributePosts extends rsExtPost 1209 class rsExtContributePosts extends rsExtPostPublic 1210 1210 { 1211 1211 /** -
plugins/contribute/index.php
r1576 r1594 187 187 <?php echo(__('Allow visitors to contribute to your blog')); ?> 188 188 </label> 189 </p>190 <p class="form-note">191 <?php echo(__('This will disable smilies on entries and comments.')); ?>192 189 </p> 193 190
Note: See TracChangeset
for help on using the changeset viewer.