- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/plugins.php
r1182 r1271 233 233 '<a href="plugin.php?p=daInstaller">'.__('DotAddict.org Installer').'</a>')); 234 234 235 echo '<p>'; 235 236 if ($is_writable) { 236 237 echo __('To install or upgrade a plugin you generally just need to upload it '. … … 387 388 echo '</div>'; 388 389 390 if ($core->plugins->moduleExists('daInstaller')) { 391 echo '<p><a href="plugin.php?p=daInstaller" class="multi-part">'.__('DotAddict.org Installer').'</a></p>'; 392 } 393 394 389 395 # --BEHAVIOR-- pluginsToolsTabs 390 396 $core->callBehavior('pluginsToolsTabs',$core);
Note: See TracChangeset
for help on using the changeset viewer.