Changeset 3771:ee48b80e8d04 for admin/update.php
- Timestamp:
- 07/11/18 12:21:03 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/update.php
r3731 r3771 183 183 '<p class="static-msg">' . sprintf(__('Dotclear %s is available.'), $new_v) . 184 184 ($version_info ? ' <a href="' . $version_info . '" class="outgoing" title="' . __('Information about this version') . '">(' . 185 __('Information about this version') . ') <img src="images/outgoing .png" alt=""/></a>' : '') .185 __('Information about this version') . ') <img src="images/outgoing-link.svg" alt=""/></a>' : '') . 186 186 '</p>'; 187 187 if (version_compare(phpversion(), $updater->getPHPVersion()) < 0) {
Note: See TracChangeset
for help on using the changeset viewer.