Changeset 1180:1c547c5dbec6 for admin/plugins.php
- Timestamp:
- 07/14/13 10:58:15 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/plugins.php
r1179 r1180 226 226 'Here you can activate or deactivate installed plugins.').'</p>'; 227 227 228 echo '<p><strong>'.sprintf(__('You can find additional plugins for your blog on %s.'), 229 '<a href="http://plugins.dotaddict.org/dc2/">Dotaddict</a>').'</strong> '; 228 echo (!$core->plugins->moduleExists('daInstaller') ? 229 sprintf('<p><strong>'.__('You can find additional plugins for your blog on %s.').'</strong></p>', 230 '<a href="http://plugins.dotaddict.org/dc2/">Dotaddict</a>') : 231 sprintf('<p><strong>'.__('You can find additional plugins for your blog on %s or using the %s.').'</strong></p>', 232 '<a href="http://plugins.dotaddict.org/dc2/">Dotaddict</a>', 233 '<a href="plugin.php?p=daInstaller">'.__('DotAddict.org Installer').'</a>')); 230 234 231 235 if ($is_writable) {
Note: See TracChangeset
for help on using the changeset viewer.