Changeset 1591:7f55a54735fb for admin/index.php
- Timestamp:
- 08/26/13 18:00:03 (12 years ago)
- Branch:
- 2.5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/index.php
r1536 r1591 280 280 '<ul><li><strong><a href="update.php">'.sprintf(__('Upgrade now'),$new_v).'</a></strong>'. 281 281 '</li><li><a href="update.php?hide_msg=1">'.__('Remind me later').'</a>'. 282 ($version_info ? ' </li><li> <a href="'.$version_info.'">'.__('information about this version').'</a>': '').282 ($version_info ? ' </li><li>'.sprintf(__('<a href=\"%s\">Information about this version</a>.'),$version_info) : ''). 283 283 '</li></ul></div>'; 284 284 }
Note: See TracChangeset
for help on using the changeset viewer.